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

thgconfig: remove obsolete call to emit_stop_by_name()

The edit button no longer uses the "response" mechanism of gtk.Dialog

Changeset c6442e9f9006

Parent 992d0037d8c1

by Steve Borho

Changes to one file · Browse files at c6442e9f9006 Showing diff from parent 992d0037d8c1 Diff from another changeset...

 
526
527
528
529
530
531
532
 
526
527
528
 
529
530
531
@@ -526,7 +526,6 @@
  gdialog.Prompt(_('No visual editor configured'),   _('Please configure a visual editor.'), self).run()   self.focus_field('tortoisehg.editor') - self.emit_stop_by_name('response')   return True   thread = threading.Thread(target=doedit, name='edit config')   thread.setDaemon(True)