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

  • Committer: Jelmer Vernooij
  • Date: 2006-09-27 20:30:59 UTC
  • mto: (0.12.2 olive)
  • mto: This revision was merged to the branch mainline in revision 83.
  • Revision ID: jelmer@samba.org-20060927203059-85792ae0a81db524
Bunch of small fixes, cleanups and simplifications.

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
            it = self.file_store.iter_next(it)
122
122
 
123
123
        return ret
 
124
    # end of bzr-gtk code
124
125
    
125
126
    def _toggle_commit(self, cell, path, model):
126
127
        model[path][0] = not model[path][0]
174
175
            return
175
176
        
176
177
        self.close()
 
178
        self.comm.refresh_right()
177
179
        
178
180
    def close(self, widget=None):
179
181
        self.window.destroy()