# HG changeset patch # User Simon Cross # Date 1328971899 -7200 # Node ID ec13a5a0b213c6d49aff405fd73da2c0c366a6de # Parent 96ff2d8a8a9a3c3154cac585b2386af74546f25c FIXED: Yes, thank you. diff -r 96ff2d8a8a9a -r ec13a5a0b213 pyntnclick/widgets/__init__.py --- a/pyntnclick/widgets/__init__.py Sat Feb 11 16:45:07 2012 +0200 +++ b/pyntnclick/widgets/__init__.py Sat Feb 11 16:51:39 2012 +0200 @@ -150,7 +150,6 @@ """The fancy hand button for the widget""" def __init__(self, action): - # FIXME: Yes, please. this_image = get_image('items', 'hand.png') albow.controls.Image.__init__(self, image=this_image) self.action = action