[gevice] Fixed bug #657326



commit 39e098dbd5ca757e271efffaf5293253fd6503c5
Author: Alejandro Valdes Jimenez <avaldes gnome org>
Date:   Thu Aug 25 10:12:55 2011 -0300

    Fixed bug #657326

 ChangeLog            |    4 +
 data/ui/dbase.xml    |    1 +
 data/ui/device.xml   |    5 +
 data/ui/edifice.xml  |    1 +
 data/ui/find.xml     |    1 +
 data/ui/gevice.xml   |  595 --------------------------------------------------
 data/ui/location.xml |    1 +
 data/ui/model.xml    |    1 +
 8 files changed, 14 insertions(+), 595 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 2cc5f6a..b372a60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-08-25  Alejandro Valdes Jimenez  <avaldes gnome org>
+	* data/ui/gevice.xml: remove old file.
+	* Fixed bug #657326
+
 2011-08-08  Alejandro Valdes Jimenez  <avaldes gnome org>
 	* data/ui/main.xml: change default width/high.
 	* data/ui/menu.xml: add item Quit in memnubar.
diff --git a/data/ui/dbase.xml b/data/ui/dbase.xml
index 02c4f88..5353e63 100644
--- a/data/ui/dbase.xml
+++ b/data/ui/dbase.xml
@@ -105,6 +105,7 @@
               <object class="GtkEntry" id="entry_passwd_dbase">
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
+                <property name="max_length">50</property>
                 <property name="visibility">False</property>
               </object>
               <packing>
diff --git a/data/ui/device.xml b/data/ui/device.xml
index d34c090..5694856 100644
--- a/data/ui/device.xml
+++ b/data/ui/device.xml
@@ -32,6 +32,7 @@
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+                    <property name="max_length">250</property>
                   </object>
                   <packing>
                     <property name="left_attach">1</property>
@@ -56,6 +57,7 @@
                   <object class="GtkEntry" id="entry_serial_device">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
+                    <property name="max_length">25</property>
                   </object>
                   <packing>
                     <property name="left_attach">1</property>
@@ -97,6 +99,7 @@
                   <object class="GtkEntry" id="entry_ip_device">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
+                    <property name="max_length">15</property>
                   </object>
                   <packing>
                     <property name="left_attach">1</property>
@@ -152,6 +155,7 @@
                   <object class="GtkEntry" id="entry_name_device">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
+                    <property name="max_length">50</property>
                     <property name="activates_default">True</property>
                   </object>
                   <packing>
@@ -212,6 +216,7 @@
                   <object class="GtkEntry" id="entry_ports">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
+                    <property name="max_length">2</property>
                     <property name="invisible_char">â</property>
                   </object>
                   <packing>
diff --git a/data/ui/edifice.xml b/data/ui/edifice.xml
index b180f86..3fe9eb8 100644
--- a/data/ui/edifice.xml
+++ b/data/ui/edifice.xml
@@ -37,6 +37,7 @@
               <object class="GtkEntry" id="entry_edifice">
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
+                <property name="max_length">100</property>
                 <property name="invisible_char">â</property>
               </object>
               <packing>
diff --git a/data/ui/find.xml b/data/ui/find.xml
index 703a1c5..7928e85 100644
--- a/data/ui/find.xml
+++ b/data/ui/find.xml
@@ -100,6 +100,7 @@
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+                <property name="max_length">50</property>
               </object>
               <packing>
                 <property name="expand">False</property>
diff --git a/data/ui/location.xml b/data/ui/location.xml
index cb5d040..87cc417 100644
--- a/data/ui/location.xml
+++ b/data/ui/location.xml
@@ -51,6 +51,7 @@
               <object class="GtkEntry" id="entry_location">
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
+                <property name="max_length">200</property>
                 <property name="invisible_char">â</property>
               </object>
               <packing>
diff --git a/data/ui/model.xml b/data/ui/model.xml
index 5d7a4af..37e0877 100644
--- a/data/ui/model.xml
+++ b/data/ui/model.xml
@@ -51,6 +51,7 @@
               <object class="GtkEntry" id="entry_model">
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
+                <property name="max_length">50</property>
               </object>
               <packing>
                 <property name="left_attach">1</property>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]