Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-03-22 15:34:33 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-03-22 15:34:33 (GMT)
commit2ab9cd04dce8ce80475855c1015628edc82e5720 (patch)
treef711816b6759943bfe1752e5ad975dc7e300a7c5 /shell
parent1420265d0620fb71d1eb609524b9a25870e1de79 (diff)
Remove the overlay chat button since it doesn't really work.
Diffstat (limited to 'shell')
-rw-r--r--shell/view/frame/frame.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/view/frame/frame.py b/shell/view/frame/frame.py
index 9474808..fdff99c 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