[network-manager-openvpn/nm-0-9-10] ui: remove invalid properties



commit 635a1aa054597ff4c849dc249193aa548431d7a9
Author: Jiří Klimeš <jklimes redhat com>
Date:   Thu Jul 24 11:32:52 2014 +0200

    ui: remove invalid properties
    
    (nm-connection-editor:13827): Gtk-WARNING **: GtkTable does not have a property called expand
    (nm-connection-editor:13827): Gtk-WARNING **: GtkTable does not have a property called fill
    (nm-connection-editor:13827): Gtk-WARNING **: GtkTable does not have a property called position
    
    Grr, that's not easy to find which objects have the bad properties. It would
    be nice if Gtk bothers to make better logs.
    
    (cherry picked from commit a4226c4598efe7284c663e0f5ed1803162f3251e)

 properties/nm-openvpn-dialog.ui |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/properties/nm-openvpn-dialog.ui b/properties/nm-openvpn-dialog.ui
index 16bd554..919546e 100644
--- a/properties/nm-openvpn-dialog.ui
+++ b/properties/nm-openvpn-dialog.ui
@@ -586,9 +586,6 @@ config: cipher</property>
 config: keysize &lt;n&gt;</property>
                       </object>
                       <packing>
-                        <property name="expand">False</property>
-                        <property name="fill">True</property>
-                        <property name="position">0</property>
                         <property name="left_attach">0</property>
                         <property name="right_attach">1</property>
                         <property name="top_attach">1</property>
@@ -607,9 +604,6 @@ config: keysize &lt;n&gt;</property>
 config: keysize &lt;n&gt;</property>
                       </object>
                       <packing>
-                        <property name="expand">False</property>
-                        <property name="fill">False</property>
-                        <property name="position">1</property>
                         <property name="left_attach">1</property>
                         <property name="right_attach">2</property>
                         <property name="top_attach">1</property>


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