[glade] Fixed bug in GtkScrolledWindow editor, vertical adjustmet was refering to the wrong property.



commit 83f756716908b0b97f113656aeed76f503bccf51
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date:   Wed Nov 20 20:10:33 2013 -0300

    Fixed bug in GtkScrolledWindow editor, vertical adjustmet was refering to the wrong property.

 plugins/gtk+/glade-scrolled-window-editor.ui |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/plugins/gtk+/glade-scrolled-window-editor.ui b/plugins/gtk+/glade-scrolled-window-editor.ui
index 8837808..3900d89 100644
--- a/plugins/gtk+/glade-scrolled-window-editor.ui
+++ b/plugins/gtk+/glade-scrolled-window-editor.ui
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated with glade 3.16.0-->
 <interface domain="glade">
   <!-- interface-requires gladeui 0.0 -->
   <!-- interface-requires gtk+ 3.10 -->
@@ -314,10 +315,10 @@
           </packing>
         </child>
         <child>
-          <object class="GladePropertyShell" id="hadj_editor1">
+          <object class="GladePropertyShell" id="vadj_editor">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="property_name">hadjustment</property>
+            <property name="property_name">vadjustment</property>
           </object>
           <packing>
             <property name="left_attach">4</property>
@@ -378,7 +379,7 @@
       <editor id="hadj_label"/>
       <editor id="vadj_label"/>
       <editor id="hadj_editor"/>
-      <editor id="hadj_editor1"/>
+      <editor id="vadj_editor"/>
     </child-editors>
   </template>
 </interface>


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