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