Fix an error on data_forms tab

This commit is contained in:
Florent Le Coz 2011-11-25 22:13:20 +01:00
parent 67419b4a7f
commit bab0a143a3

View file

@ -54,7 +54,7 @@ class DataFormsTab(Tab):
self._on_send(self._form)
return True
def on_input(self, key):
def on_input(self, key, raw=False):
if key in self.key_func:
res = self.key_func[key]()
if res: