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

stable visdiff: return empty model when no file changes are found

Fixes #711

Changeset 6398ed0df40f

Parent 24731771fb74

by Steve Borho

Changes to one file · Browse files at 6398ed0df40f Showing diff from parent 24731771fb74 Diff from another changeset...

 
208
209
210
211
 
212
213
214
 
208
209
210
 
211
212
213
214
@@ -208,7 +208,7 @@
  _('There are no file changes to view'), self).run()   # GTK+ locks up if this is done immediately here   gtklib.idle_add_single_call(self.destroy) - return + return gtk.ListStore(str, str)     tmproot = tempfile.mkdtemp(prefix='extdiff.')   self.connect('response', self.response)