[network-manager-applet/nma-0-9-8] connection-editor: Fix allowed values for vlan id and MTU



commit a1fe4525576b3fdbfe42dcb13f842e4a99e23e00
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 081c8de..27b5265 100644
--- a/src/connection-editor/ce-page-vlan.ui
+++ b/src/connection-editor/ce-page-vlan.ui
@@ -2,7 +2,7 @@
 <interface>
   <!-- interface-requires gtk+ 3.0 -->
   <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>
@@ -106,7 +106,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>
@@ -174,7 +174,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]