Turn off tabs used for debugging
svn: r16138
This commit is contained in:
parent
43d97cbd44
commit
8688bb50c3
@ -522,7 +522,7 @@ class ViewManager(CLIManager):
|
||||
|
||||
self.notebook = gtk.Notebook()
|
||||
self.notebook.set_scrollable(True)
|
||||
self.notebook.set_show_tabs(True)
|
||||
self.notebook.set_show_tabs(False)
|
||||
self.notebook.show()
|
||||
self.__init_lists()
|
||||
self.__build_ui_manager()
|
||||
|
Loading…
Reference in New Issue
Block a user