Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/frame/frame.py
diff options
context:
space:
mode:
Diffstat (limited to 'shell/view/frame/frame.py')
-rw-r--r--shell/view/frame/frame.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/frame/frame.py b/shell/view/frame/frame.py
index 472cb5f..d37ce4c 100644
--- a/shell/view/frame/frame.py
+++ b/shell/view/frame/frame.py
@@ -217,7 +217,7 @@ class Frame(object):
panel = self._create_panel(hippo.ORIENTATION_HORIZONTAL)
root = panel.get_root()
- box = ZoomBox(self._shell, self._popup_context)
+ box = ZoomBox(self._shell)
root.append(box)
#box = OverlayBox(self._shell)