diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-06-06 22:53:49 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-06-06 22:53:49 +0000 |
| commit | f8830192a6ce96314fdc92ecb5629905fa3e0d78 (patch) | |
| tree | 928ec3cd17b8ebe3a0c379c072f6c66e5629d06d /lib/python/Screens | |
| parent | b6b6389c4e87b46e974e80b0eeb024d6ed999362 (diff) | |
| download | enigma2-f8830192a6ce96314fdc92ecb5629905fa3e0d78.tar.gz enigma2-f8830192a6ce96314fdc92ecb5629905fa3e0d78.zip | |
small fix
Diffstat (limited to 'lib/python/Screens')
| -rw-r--r-- | lib/python/Screens/Wizard.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/Wizard.py b/lib/python/Screens/Wizard.py index 29bb6e2d..bd458273 100644 --- a/lib/python/Screens/Wizard.py +++ b/lib/python/Screens/Wizard.py @@ -153,7 +153,7 @@ class Wizard(Screen, HelpableScreen): count += 1 return 0 - def finished(self, **args): + def finished(self, *args, **kwargs): print "finished" currStep = self.currStep |
