diff --git a/ChangeLog b/ChangeLog index 3c0c97f..30d0ac8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-05-03 Thomas Vander Stichele + + * morituri/common/taskgtk.py: + Bug fix. + 2009-05-03 Thomas Vander Stichele * morituri/common/task.py: 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. """