Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0.1, 1.0.2, and 1.0.3

stable gtklib: add missing import of gdialog

Changeset 856069dd10c7

Parent 0cd48f6b7d34

by Steve Borho

Changes to one file · Browse files at 856069dd10c7 Showing diff from parent 0cd48f6b7d34 Diff from another changeset...

 
168
169
170
 
171
172
173
 
168
169
170
171
172
173
174
@@ -168,6 +168,7 @@
  ui.config('ui', 'editor') or   os.environ.get('EDITOR', 'vi'))   if os.path.basename(editor) in ('vi', 'vim', 'hgeditor'): + from tortoisehg.hgtk import gdialog   gdialog.Prompt(_('No visual editor configured'),   _('Please configure a visual editor.'), parent).run()   return False