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 hgcmd: remove dialog separator

Changeset a283a5d5f79d

Parent 669e30cc27f3

by Yuki KODAMA

Changes to one file · Browse files at a283a5d5f79d Showing diff from parent 669e30cc27f3 Diff from another changeset...

 
30
31
32
33
34
35
36
 
 
37
38
39
 
30
31
32
 
 
 
 
33
34
35
36
37
@@ -30,10 +30,8 @@
  if len(title) > 80:   title = title[:80] + '...'   title = hglib.toutf(title.replace('\n', ' ')) - gtk.Dialog.__init__(self, - title=title, - flags=gtk.DIALOG_MODAL, - ) + gtk.Dialog.__init__(self, title=title, flags=gtk.DIALOG_MODAL) + self.set_has_separator(False)     gtklib.set_tortoise_icon(self, 'hg.ico')   gtklib.set_tortoise_keys(self)