mirror of
https://github.com/gryf/pygtktalog.git
synced 2025-12-17 19:40:21 +01:00
Added popup menu for discs treeview, added separated glade files with interface and controllers
This commit is contained in:
@@ -862,10 +862,6 @@ class MainController(Controller):
|
||||
|
||||
self.__popup_menu(event)
|
||||
|
||||
def on_expand_all1_activate(self, menu_item):
|
||||
self.view['discs'].expand_all()
|
||||
return
|
||||
|
||||
def on_export_activate(self, menu_item):
|
||||
"""export db file and coressponding images to tar.bz2 archive"""
|
||||
dialog = Dialogs.ChooseFilename(None, _("Choose export file"))
|
||||
|
||||
Reference in New Issue
Block a user