Remove the overlay chat button since it doesn't really work.

This commit is contained in:
Marco Pesenti Gritti 2007-03-22 16:34:33 +01:00
parent 1420265d06
commit 2ab9cd04dc

View File

@ -220,8 +220,8 @@ class Frame(object):
box = ZoomBox(self._shell, self._popup_context) box = ZoomBox(self._shell, self._popup_context)
root.append(box) root.append(box)
box = OverlayBox(self._shell) #box = OverlayBox(self._shell)
root.append(box, hippo.PACK_END) #root.append(box, hippo.PACK_END)
return panel return panel