Fixup for previous commit, 693eaab9 - SL #4384

Forgot this change from my reviewers.

Signed-off-by: Manuel Quiñones <manuq@laptop.org>
master
Manuel Quiñones 11 years ago
parent 693eaab975
commit ee0e15b95d

@ -34,12 +34,10 @@ class ProgressIcon(Gtk.DrawingArea):
"""
def __init__(self, icon_name, pixel_size, stroke_color, fill_color,
direction=None):
direction='vertical'):
Gtk.DrawingArea.__init__(self)
self._icon_name = icon_name
if direction == None:
direction = 'vertical'
self._direction = direction
self._progress = 0

Loading…
Cancel
Save