1
0
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:
2010-05-02 19:02:35 +02:00
parent 7536e2c60a
commit 2b5b53ada1
14 changed files with 659 additions and 132 deletions

View File

@@ -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"))