From 2ab9cd04dce8ce80475855c1015628edc82e5720 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 22 Mar 2007 16:34:33 +0100 Subject: [PATCH] Remove the overlay chat button since it doesn't really work. --- shell/view/frame/frame.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/view/frame/frame.py b/shell/view/frame/frame.py index 94748085..fdff99c4 100644 --- a/shell/view/frame/frame.py +++ b/shell/view/frame/frame.py @@ -220,8 +220,8 @@ class Frame(object): box = ZoomBox(self._shell, self._popup_context) root.append(box) - box = OverlayBox(self._shell) - root.append(box, hippo.PACK_END) + #box = OverlayBox(self._shell) + #root.append(box, hippo.PACK_END) return panel