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

thgconfig: call response correctly with two arguments

Changeset 8ad7a9971eeb

Parent 381a6b5bb814

by Simon Heimberg

Changes to one file · Browse files at 8ad7a9971eeb Showing diff from parent 381a6b5bb814 Diff from another changeset...

 
422
423
424
425
 
426
427
428
 
422
423
424
 
425
426
427
428
@@ -422,7 +422,7 @@
  if configrepo:   dialog.error_dialog(self, _('No repository found'),   _('no repo at ') + root) - self.response(gtk.RESPONSE_CANCEL) + self.response(None, gtk.RESPONSE_CANCEL)     # Catch close events   self.connect('response', self.should_live)