Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/Shell.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-08-28 22:30:19 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-08-28 22:30:19 (GMT)
commitf75d36055fef9af414d1e9c535a498b307b809a5 (patch)
treeaae5b3b78d8bf491bdb06fa7a9867cd3fd8fe9d8 /shell/Shell.py
parent3ac947391cf582174aa0a20b0b25b54e9de0c349 (diff)
As suggested by Eben, do not autohide the frame and show
it for 10 seconds at startup.
Diffstat (limited to 'shell/Shell.py')
-rwxr-xr-xshell/Shell.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/shell/Shell.py b/shell/Shell.py
index 8d03a7d..f3236b3 100755
--- a/shell/Shell.py
+++ b/shell/Shell.py
@@ -113,10 +113,7 @@ class Shell(gobject.GObject):
self.set_zoom_level(sugar.ZOOM_HOME)
self._panel_manager = PanelManager(self)
- self._panel_manager.show()
-
- def get_panel_manager(self):
- return self._panel_manager
+ self._panel_manager.show_and_hide(10)
def set_console(self, console):
self._console = console