Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/addons/typetextaction.py
diff options
context:
space:
mode:
Diffstat (limited to 'addons/typetextaction.py')
-rw-r--r--addons/typetextaction.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/typetextaction.py b/addons/typetextaction.py
index 8b746e6..3ec41dc 100644
--- a/addons/typetextaction.py
+++ b/addons/typetextaction.py
@@ -28,7 +28,7 @@ class TypeTextAction(Action):
widget = TStringProperty("")
text = TStringProperty("")
- def __init__(self, widget, text):
+ def __init__(self, widget=None, text=""):
Action.__init__(self)
self.widget = widget