Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ui.py
diff options
context:
space:
mode:
Diffstat (limited to 'ui.py')
-rw-r--r--ui.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui.py b/ui.py
index c5e83af..2a92b49 100644
--- a/ui.py
+++ b/ui.py
@@ -2204,6 +2204,8 @@ class ProgressWindow(gtk.Window):
def updateProgress( self, amt, update, color='white' ):
+ logging.debug('updateProgress %s' % amt)
+
self.progBar.set_fraction( amt )
if (update != None and update != self.update):
self.update = update