* morituri/common/taskgtk.py:

Bug fix.
This commit is contained in:
Thomas Vander Stichele
2009-05-03 10:30:33 +00:00
parent fc907f1953
commit 718275c5ee
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
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:

View File

@@ -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.
"""