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

gdialog: fix reference to MessageDialog

Changeset e4a543f6009c

Parent 0d7cdf594deb

by Steve Borho

Changes to one file · Browse files at e4a543f6009c Showing diff from parent 0d7cdf594deb Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​gdialog.py Stacked
 
28
29
30
31
 
32
33
34
 
28
29
30
 
31
32
33
34
@@ -28,7 +28,7 @@
   class SimpleMessage(gtklib.MessageDialog):   def run(self): - response = MessageDialog.run(self) + response = gtklib.MessageDialog.run(self)   self.destroy()   return response