[SCM] morituri/master: * morituri/common/taskgtk.py: Bug fix.

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:08:52 UTC 2014


The following commit has been merged in the master branch:
commit 718275c5ee102d9b5150f4a4260645fba158e0d4
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sun May 3 10:30:33 2009 +0000

    	* morituri/common/taskgtk.py:
    	  Bug fix.

diff --git a/ChangeLog b/ChangeLog
index 3c0c97f..30d0ac8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2009-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
 
+	* morituri/common/taskgtk.py:
+	  Bug fix.
+
+2009-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
+
 	* morituri/common/task.py:
 	* morituri/common/taskgtk.py:
 	  Split off GtkProgressRunner in separate module to not import gtk
diff --git a/morituri/common/taskgtk.py b/morituri/common/taskgtk.py
index d61a67c..ced7c6b 100644
--- a/morituri/common/taskgtk.py
+++ b/morituri/common/taskgtk.py
@@ -25,7 +25,7 @@ import gtk
 
 from morituri.common import task
 
-class GtkProgressRunner(gtk.VBox, TaskRunner):
+class GtkProgressRunner(gtk.VBox, task.TaskRunner):
     """
     I am a widget that shows progress on a task.
     """

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list