small fix
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Wed, 6 Jun 2007 22:53:49 +0000 (22:53 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Wed, 6 Jun 2007 22:53:49 +0000 (22:53 +0000)
lib/python/Screens/Wizard.py

index 29bb6e2daec455a45458bd934c98603c724ef306..bd458273439af6c868c01823ae12d456fe7ae7ba 100644 (file)
@@ -153,7 +153,7 @@ class Wizard(Screen, HelpableScreen):
                        count += 1
                return 0
 
                        count += 1
                return 0
 
-       def finished(self, **args):
+       def finished(self, *args, **kwargs):
                print "finished"
                currStep = self.currStep
 
                print "finished"
                currStep = self.currStep