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

visdiff: update call to gdialog.CustomPrompt

Changeset d0a08bdca19d

Parent 20915a7b9e07

by Steve Borho

Changes to one file · Browse files at d0a08bdca19d Showing diff from parent 20915a7b9e07 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​visdiff.py Stacked
 
212
213
214
215
216
 
 
217
218
219
 
212
213
214
 
 
215
216
217
218
219
@@ -212,8 +212,8 @@
  except (IOError, OSError), e:   resp = gdialog.CustomPrompt(_('Unable to delete temp files'),   _('Close diff tools and try again, or quit to leak files?'), - self, (_('Try &Again'), _('&Quit')), _('q')).run() - if resp == ord(_('a')): + self, (_('Try &Again'), _('&Quit')), 1).run() + if resp == 0:   continue   else:   return