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 csinfo: show all widgets in itself in ChangesetPanel.update()

Changeset dcdb3ff14d00

Parent e38bc182bb88

by Yuki KODAMA

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

 
310
311
312
 
313
314
315
 
310
311
312
313
314
315
316
@@ -310,6 +310,7 @@
  body = gtk.Label()   body.set_markup(text)   self.table.add_row(self.get_label(item), body) + self.show_all()    class ChangesetLabel(ChangesetBase, gtk.Label):