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 changeset: add separator to parent box

Changeset c114cd11415a

Parent de8632f5205a

by Yuki KODAMA

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

 
87
88
89
 
90
91
 
92
93
94
 
588
589
590
591
 
592
593
594
 
87
88
89
90
91
 
92
93
94
95
 
589
590
591
 
592
593
594
595
@@ -87,8 +87,9 @@
  return     if not self.parent_button.parent: + self.parent_box.pack_start(gtk.HSeparator(), False, False)   self.parent_box.pack_start(self.parent_button, False, False) - self.parent_button.show_all() + self.parent_box.show_all()     parents = ctx.parents()   title = self.get_title() @@ -588,7 +589,7 @@
  flbox.pack_start(scroller)   list_frame.add(flbox)   - self.parent_box = gtk.HBox() + self.parent_box = gtk.VBox()   flbox.pack_start(self.parent_box, False, False)     btn = gtk.CheckButton(_('Diff to second Parent'))