[network-manager-applet] connection-editor: Fix allowed values for vlan id and MTU



commit c34624e27ac91659fc5e1c2f42e4183f9f15a732
Author: Radek Vykydal <rvykydal redhat com>
Date:   Thu Mar 7 16:45:44 2013 +0100

    connection-editor: Fix allowed values for vlan id and MTU
    
    https://bugzilla.redhat.com/show_bug.cgi?id=919113

 src/connection-editor/ce-page-vlan.ui |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/connection-editor/ce-page-vlan.ui b/src/connection-editor/ce-page-vlan.ui
index 0442dea..aabfe5a 100644
--- a/src/connection-editor/ce-page-vlan.ui
+++ b/src/connection-editor/ce-page-vlan.ui
@@ -3,7 +3,7 @@
   <requires lib="gtk+" version="2.16"/>
   <!-- interface-naming-policy toplevel-contextual -->
   <object class="GtkAdjustment" id="adjustment2">
-    <property name="upper">100</property>
+    <property name="upper">10000</property>
     <property name="step_increment">1</property>
     <property name="page_increment">10</property>
   </object>
@@ -124,7 +124,7 @@
             <property name="can_focus">True</property>
             <property name="invisible_char">●</property>
             <property name="invisible_char_set">True</property>
-            <property name="adjustment">vlan_id_adjustment</property>
+            <property name="adjustment">adjustment2</property>
             <property name="climb_rate">1</property>
           </object>
           <packing>
@@ -192,7 +192,7 @@
         <property name="invisible_char">●</property>
         <property name="width_chars">4</property>
         <property name="invisible_char_set">True</property>
-        <property name="adjustment">adjustment2</property>
+        <property name="adjustment">vlan_id_adjustment</property>
         <property name="numeric">True</property>
       </object>
       <packing>


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