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

taskbarui: prevent the idle function from aborting

Changeset fafbf685a635

Parent b179a5cc1e71

by Steve Borho

Changes to one file · Browse files at fafbf685a635 Showing diff from parent b179a5cc1e71 Diff from another changeset...

 
63
64
65
 
66
67
68
 
63
64
65
66
67
68
69
@@ -63,6 +63,7 @@
  textview.scroll_to_mark(buf.get_insert(), 0)   except Queue.Empty:   pass + return True    def run(ui, *pats, **opts):   return TaskBarUI(opts['queue'])