[GTKUI] Fix showing the open_folder menuitem

This commit is contained in:
Calum Lind 2014-08-09 00:17:43 +01:00
parent e2b0ceae1d
commit 98dcc3f26e

View file

@ -190,6 +190,7 @@ class MenuBar(component.Component):
self.torrentmenu_glade.get_widget(widget).set_no_show_all(True)
else:
for widget in non_remote_items:
self.torrentmenu_glade.get_widget(widget).show()
self.torrentmenu_glade.get_widget(widget).set_no_show_all(False)
self.window.main_glade.get_widget("separatormenuitem").set_visible(not self.config["classic_mode"])