Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/Shell.py
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2007-11-24 14:58:53 (GMT)
committer Simon Schampijer <simon@schampijer.de>2007-11-24 14:58:53 (GMT)
commit357a2b31c923e83f8db0fea6b4a633c2d5fe4f00 (patch)
tree85a87e20153287cda75300dd53f9c4837c93a28a /shell/view/Shell.py
parent9ab0ef9e230bc20872da79abf8281d90d84be995 (diff)
show frame shortly when adding object to clipboard #5098
Diffstat (limited to 'shell/view/Shell.py')
-rw-r--r--shell/view/Shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/Shell.py b/shell/view/Shell.py
index 05e058e..b9d259f 100644
--- a/shell/view/Shell.py
+++ b/shell/view/Shell.py
@@ -198,7 +198,7 @@ class Shell(gobject.GObject):
new_level = model.props.zoom_level
if new_level == ShellModel.ZOOM_HOME:
- self._frame.show(Frame.MODE_HOME)
+ self._frame.show(Frame.MODE_NON_INTERACTIVE)
if self._zoom_level == ShellModel.ZOOM_HOME:
self._frame.hide()