[Gnucash-changes] r12915 - gnucash/trunk - Add field length limits
again to avoid data loss on text entry.
Christian Stimming
cstim at cvs.gnucash.org
Sat Jan 21 09:19:26 EST 2006
Author: cstim
Date: 2006-01-21 09:19:25 -0500 (Sat, 21 Jan 2006)
New Revision: 12915
Trac: http://svn.gnucash.org/trac/changeset/12915
Modified:
gnucash/trunk/ChangeLog
gnucash/trunk/src/import-export/hbci/glade/hbci.glade
Log:
Add field length limits again to avoid data loss on text entry.
Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog 2006-01-21 04:45:33 UTC (rev 12914)
+++ gnucash/trunk/ChangeLog 2006-01-21 14:19:25 UTC (rev 12915)
@@ -1,3 +1,8 @@
+2006-01-21 Christian Stimming <stimming at 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 at employees.org>
* src/register/register-gnome/gnucash-item-list.c: Glib 2.9
Modified: gnucash/trunk/src/import-export/hbci/glade/hbci.glade
===================================================================
--- gnucash/trunk/src/import-export/hbci/glade/hbci.glade 2006-01-21 04:45:33 UTC (rev 12914)
+++ gnucash/trunk/src/import-export/hbci/glade/hbci.glade 2006-01-21 14:19:25 UTC (rev 12915)
@@ -591,7 +591,7 @@
<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 @@
<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 @@
<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 @@
<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 @@
<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 @@
<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 @@
<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>
More information about the gnucash-changes
mailing list