Add field length limits again to avoid data loss on text entry.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12915 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming
2006-01-21 14:19:25 +00:00
parent 433261724b
commit 15b016e981
2 changed files with 12 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
2006-01-21 Christian Stimming <stimming@tuhh.de>
* src/import-export/hbci/glade/hbci.glade: Add field length limits
again to avoid data loss on text entry.
2006-01-20 David Hampton <hampton@employees.org>
* src/register/register-gnome/gnucash-item-list.c: Glib 2.9

View File

@@ -591,7 +591,7 @@ Press &quot;Apply&quot; now.</property>
<property name="can_focus">True</property>
<property name="editable">True</property>
<property name="visibility">True</property>
<property name="max_length">0</property>
<property name="max_length">12</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
<property name="invisible_char">*</property>
@@ -636,7 +636,7 @@ Press &quot;Apply&quot; now.</property>
<property name="can_focus">True</property>
<property name="editable">True</property>
<property name="visibility">True</property>
<property name="max_length">0</property>
<property name="max_length">8</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
<property name="invisible_char">*</property>
@@ -681,7 +681,7 @@ Press &quot;Apply&quot; now.</property>
<property name="can_focus">True</property>
<property name="editable">True</property>
<property name="visibility">True</property>
<property name="max_length">0</property>
<property name="max_length">27</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
<property name="invisible_char">*</property>
@@ -1385,7 +1385,7 @@ Press &quot;Apply&quot; now.</property>
<property name="can_focus">True</property>
<property name="editable">True</property>
<property name="visibility">True</property>
<property name="max_length">0</property>
<property name="max_length">27</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
<property name="invisible_char">*</property>
@@ -1406,7 +1406,7 @@ Press &quot;Apply&quot; now.</property>
<property name="can_focus">True</property>
<property name="editable">True</property>
<property name="visibility">True</property>
<property name="max_length">0</property>
<property name="max_length">27</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
<property name="invisible_char">*</property>
@@ -1427,7 +1427,7 @@ Press &quot;Apply&quot; now.</property>
<property name="can_focus">True</property>
<property name="editable">True</property>
<property name="visibility">True</property>
<property name="max_length">0</property>
<property name="max_length">27</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
<property name="invisible_char">*</property>
@@ -1448,7 +1448,7 @@ Press &quot;Apply&quot; now.</property>
<property name="can_focus">True</property>
<property name="editable">True</property>
<property name="visibility">True</property>
<property name="max_length">0</property>
<property name="max_length">27</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
<property name="invisible_char">*</property>