Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.7, 0.7.1, and 0.7.2

status: switch from 'gboolean' to bool

Changeset 8a874a091340

Parent 4734e3988b72

by Steve Borho

Changes to one file · Browse files at 8a874a091340 Showing diff from parent 4734e3988b72 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​status.py Stacked
 
300
301
302
303
 
304
305
306
 
300
301
302
 
303
304
305
306
@@ -300,7 +300,7 @@
    # use treeview to diff hunks   # rejected, difftext, !isheader - self.diff_model = gtk.ListStore(bool, str, 'gboolean') + self.diff_model = gtk.ListStore(bool, str, bool)   self.diff_tree = gtk.TreeView(self.diff_model)   self.diff_tree.get_selection().set_mode(gtk.SELECTION_MULTIPLE)   self.diff_tree.modify_font(pango.FontDescription(self.fontlist))