From 718275c5ee102d9b5150f4a4260645fba158e0d4 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 3 May 2009 10:30:33 +0000 Subject: [PATCH] * morituri/common/taskgtk.py: Bug fix. --- ChangeLog | 5 +++++ morituri/common/taskgtk.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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. """