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

histdetails: remove dialog separator

Changeset 3966eb8e696a

Parent 2576327baaf2

by Yuki KODAMA

Changes to one file · Browse files at 3966eb8e696a Showing diff from parent 2576327baaf2 Diff from another changeset...

 
17
18
19
 
20
21
22
 
17
18
19
20
21
22
23
@@ -17,6 +17,7 @@
  def __init__(self, model, apply_func):   super(LogDetailsDialog, self).__init__(   flags=gtk.DIALOG_MODAL) + self.set_has_separator(False)   self.connect('response', self.dialog_response)     self.apply_func = apply_func