summaryrefslogtreecommitdiff
path: root/src/windows/data_forms.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2015-02-09 22:13:11 +0100
committermathieui <mathieui@mathieui.net>2015-02-09 22:35:41 +0100
commit9141e0c4d316b877cb4e71b5fa7255c40248e867 (patch)
tree601b03182ac08b481a3c3f775ba7750c5a8b1288 /src/windows/data_forms.py
parent2da4474d6a4ee2fd7e4761701043f6cb545f1884 (diff)
downloadpoezio-9141e0c4d316b877cb4e71b5fa7255c40248e867.tar.gz
poezio-9141e0c4d316b877cb4e71b5fa7255c40248e867.tar.bz2
poezio-9141e0c4d316b877cb4e71b5fa7255c40248e867.tar.xz
poezio-9141e0c4d316b877cb4e71b5fa7255c40248e867.zip
Add a bookmarkstab (fixes #2004)
now we can edit stuff, save or cancel those modifications, and change the chose storage easily
Diffstat (limited to 'src/windows/data_forms.py')
-rw-r--r--src/windows/data_forms.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/windows/data_forms.py b/src/windows/data_forms.py
index d6e2cc66..86f33350 100644
--- a/src/windows/data_forms.py
+++ b/src/windows/data_forms.py
@@ -469,4 +469,3 @@ class FormWin(object):
return self.inputs[self.current_input]['input'].get_help_message()
return ''
-