Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

commit: remove reference to GDialog.main

Changeset c1f8a5a547f8

Parent d392e86e5e04

by Steve Borho

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

Change 1 of 1 Show Entire File hggtk/​commit.py Stacked
 
278
279
280
281
 
282
283
284
 
278
279
280
 
281
282
283
284
@@ -278,7 +278,7 @@
  self._update_recent_messages(buf.get_text(begin, end))   elif res != gtk.RESPONSE_NO:   live = True - if not live and self.main: + if not live:   self._destroying(widget)   return live