Skip to content

Commit

Permalink
Added the missing namespace for Widget.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Dec 28, 2006
1 parent 1524fcb commit a738ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snowberry/sb/widget/bar.py
Expand Up @@ -109,7 +109,7 @@ def onNotify(self, event):
def onCommand(self, event):
"""Handle the slider reset command."""

Widget.onCommand(self, event)
base.Widget.onCommand(self, event)

if self.widgetId and event.hasId(self.resetCommand):
pr.getActive().removeValue(self.widgetId)

0 comments on commit a738ec8

Please sign in to comment.