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

update: use dialog response instead of destroying directly

Changeset 51ac0f0646b0

Parent 520dbe50840b

by Yuki KODAMA

Changes to one file · Browse files at 51ac0f0646b0 Showing diff from parent 520dbe50840b Diff from another changeset...

 
328
329
330
331
 
332
333
334
 
328
329
330
 
331
332
333
334
@@ -328,7 +328,7 @@
  if hasattr(self, 'notify_func'):   self.notify_func(self.notify_args)   if returncode == 0 and not self.cmd.is_show_log(): - self.destroy() + self.response(gtk.RESPONSE_CLOSE)   self.switch_to(MODE_WORKING)   self.cmd.execute(cmdline, cmd_done)