/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/__init__.py

  • Committer: Jelmer Vernooij
  • Date: 2007-02-03 15:24:48 UTC
  • Revision ID: jelmer@samba.org-20070203152448-65ovluij1jetb71l
Fix a couple of smaller bugs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
    
53
53
    def __init__(self):
54
54
        self.toplevel = gtk.glade.XML(GLADEFILENAME, 'window_main', 'olive-gtk')
55
 
        
56
55
        self.window = self.toplevel.get_widget('window_main')
57
 
        
58
56
        self.pref = Preferences()
59
 
        
60
57
        self.path = None
61
58
 
62
59
        # Initialize the statusbar
258
255
            merge = MergeDialog(self.wt, self.wtpath)
259
256
            merge.display()
260
257
 
 
258
    @show_bzr_error
261
259
    def on_menuitem_branch_missing_revisions_activate(self, widget):
262
260
        """ Branch/Missing revisions menu handler. """
263
261
        local_branch = self.wt.branch