Hide navigation the plugin selector when only the default plugin is loaded

svn: r17341
This commit is contained in:
Nick Hall
2011-04-29 20:55:53 +00:00
parent 390c71e6d0
commit 35628aa699
2 changed files with 18 additions and 12 deletions

View File

@ -590,7 +590,7 @@ class ViewManager(CLIManager):
self.navigator = Navigator(self)
self.ebox.add(self.navigator.get_top())
hpane.add1(self.ebox)
hpane.show_all()
hpane.show()
self.notebook = gtk.Notebook()
self.notebook.set_scrollable(True)