Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

stable status: add separator to file list

Changeset c9350f487512

Parent c114cd11415a

by Yuki KODAMA

Changes to one file · Browse files at c9350f487512 Showing diff from parent c114cd11415a Diff from another changeset...

 
298
299
300
301
 
 
302
303
304
 
298
299
300
 
301
302
303
304
305
@@ -298,7 +298,8 @@
    tvbox = gtk.VBox()   tvbox.pack_start(scroller, True, True, 0) - tvbox.pack_start(expander_box, False, False, 2) + tvbox.pack_start(gtk.HSeparator(), False, False) + tvbox.pack_start(expander_box, False, False)   if self.pats:   button = gtk.Button(_('Remove filter, show root'))   button.connect('pressed', self.remove_filter)