summaryrefslogtreecommitdiff
path: root/src/data_forms.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2011-09-25 02:43:52 +0200
committermathieui <mathieui@mathieui.net>2011-09-25 02:43:52 +0200
commitb63132d32d35fc4593d0a25fc95274891492a542 (patch)
tree40938d2c3131dbb1dd6cfa6d5ee97d644a31aac8 /src/data_forms.py
parent1a6d903e34d505005836f6b8aee3552073a2397e (diff)
downloadpoezio-b63132d32d35fc4593d0a25fc95274891492a542.tar.gz
poezio-b63132d32d35fc4593d0a25fc95274891492a542.tar.bz2
poezio-b63132d32d35fc4593d0a25fc95274891492a542.tar.xz
poezio-b63132d32d35fc4593d0a25fc95274891492a542.zip
remove yet another unneeded call for GlobalInfoBar
Diffstat (limited to 'src/data_forms.py')
-rw-r--r--src/data_forms.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/data_forms.py b/src/data_forms.py
index 176c4669..f54e7493 100644
--- a/src/data_forms.py
+++ b/src/data_forms.py
@@ -32,7 +32,6 @@ class DataFormsTab(Tab):
for field in self._form:
self.fields.append(field)
self.topic_win = windows.Topic()
- self.tab_win = windows.GlobalInfoBar()
self.form_win = FormWin(form, self.height-4, self.width, 1, 0)
self.help_win = windows.HelpText("Ctrl+Y: send form, Ctrl+G: cancel")
self.help_win_dyn = windows.HelpText()