/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to olive/frontend/gtk/__init__.py

  • Committer: Szilveszter Farkas (Phanatic)
  • Date: 2006-08-15 20:26:53 UTC
  • mto: (0.14.1 main) (93.1.1 win32.bialix)
  • mto: This revision was merged to the branch mainline in revision 83.
  • Revision ID: Szilveszter.Farkas@gmail.com-20060815202653-e68d2a2de099b97b
Major updates in the OliveMenu class.

2006-08-15  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>

    * olive/frontend/gtk/menu.py: upgraded according to the OliveDialog API
      changes; HIGify; load proper icons
    * olive.glade: Close button should be the default on the Informations window

Show diffs side-by-side

added added

removed removed

Lines of Context:
221
221
        self.treeview_right = self.toplevel.get_widget('treeview_right')
222
222
        # Get some important menu items
223
223
        self.menuitem_view_show_hidden_files = self.toplevel.get_widget('menuitem_view_show_hidden_files')
 
224
        self.menuitem_branch_commit = self.toplevel.get_widget('menuitem_branch_commit')
 
225
        self.menuitem_stats_diff = self.toplevel.get_widget('menuitem_stats_diff')
 
226
        self.menuitem_stats_log = self.toplevel.get_widget('menuitem_stats_log')
224
227
    
225
228
    def set_path(self, path):
226
229
        """ Set the current path while browsing the directories. """