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

logview: fix timing issue with refreshing log view

Changeset 1c1b3d9b47d0

Parent 4f31fee94c59

by Henrik Stuart

Changes to one file · Browse files at 1c1b3d9b47d0 Showing diff from parent 4f31fee94c59 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​history.py Stacked
 
343
344
345
346
 
 
347
348
349
 
343
344
345
 
346
347
348
349
350
@@ -343,7 +343,8 @@
  def _branch_color(self, button, property):   active = button.get_active()   self.graphview.set_property(property, active) - self.reload_log() + if hasattr(self, 'nextbutton'): + self.reload_log()     def reload_log(self, **filteropts):   'Send refresh event to treeview object'