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

  • Committer: Jelmer Vernooij
  • Date: 2006-09-27 21:05:19 UTC
  • mto: (0.12.2 olive)
  • mto: This revision was merged to the branch mainline in revision 83.
  • Revision ID: jelmer@samba.org-20060927210519-7bc2662211808af5
Bunch of other small updates, add more items to 
the TODO list.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
        """ Initialize the Edit bookmark dialog. """
33
33
        self.glade = gtk.glade.XML(gladefile, 'window_bookmark', 'olive-gtk')
34
34
        
35
 
        # Communication object
36
 
        self.comm = comm
37
 
        
38
35
        self.window = self.glade.get_widget('window_bookmark')
39
36
        
40
37
        # Dictionary for signal_autoconnect
65
62
                                          self.entry_title.get_text())
66
63
        
67
64
        self.close()
68
 
        self.comm.refresh_left()
69
65
    
70
66
    def close(self, widget=None):
71
67
        self.window.destroy()