[Sugar-devel] [PATCH Browse] Show Bookmark toolbar when a bookmark is added SL #3868
Manuel Kaufmann
humitos at gmail.com
Mon Sep 24 13:40:09 EDT 2012
The Bookmark toolbar is shown when the first bookmark is added by the
user.
Signed-off-by: Manuel Kaufmann <humitos at gmail.com>
---
webactivity.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/webactivity.py b/webactivity.py
index 24f3b44..f9497db 100644
--- a/webactivity.py
+++ b/webactivity.py
@@ -172,7 +172,6 @@ class WebActivity(activity.Activity):
self._tray = HTray()
self.set_tray(self._tray, Gtk.PositionType.BOTTOM)
- self._tray.show()
self._primary_toolbar = PrimaryToolbar(self._tabbed_view, self)
self._edit_toolbar = EditToolbar(self)
--
1.7.11.4
More information about the Sugar-devel
mailing list