* morituri/common/taskgtk.py:
Bug fix.
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user