[vinagre] Drop an useless label in the authentication dialog.



commit 9eae0ce663ad092bea7bcfd3461ffccb971ac473
Author: Jonh Wendell <jwendell gnome org>
Date:   Fri Oct 16 11:09:52 2009 -0300

    Drop an useless label in the authentication dialog.
    
    Closes #594519.

 data/vinagre.ui |   26 +++-----------------------
 1 files changed, 3 insertions(+), 23 deletions(-)
---
diff --git a/data/vinagre.ui b/data/vinagre.ui
index 26b6798..d61489e 100644
--- a/data/vinagre.ui
+++ b/data/vinagre.ui
@@ -308,7 +308,7 @@
               <object class="GtkTable" id="table3">
                 <property name="visible">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="n_rows">5</property>
+                <property name="n_rows">4</property>
                 <property name="n_columns">3</property>
                 <property name="column_spacing">5</property>
                 <property name="row_spacing">5</property>
@@ -362,8 +362,8 @@
                   <packing>
                     <property name="left_attach">2</property>
                     <property name="right_attach">3</property>
-                    <property name="top_attach">4</property>
-                    <property name="bottom_attach">5</property>
+                    <property name="top_attach">3</property>
+                    <property name="bottom_attach">4</property>
                   </packing>
                 </child>
                 <child>
@@ -427,26 +427,6 @@
                   </packing>
                 </child>
                 <child>
-                  <object class="GtkLabel" id="label1">
-                    <property name="visible">True</property>
-                    <property name="xalign">0</property>
-                    <property name="label" translatable="yes">All fields above are mandatory</property>
-                    <attributes>
-                      <attribute name="style" value="italic"/>
-                      <attribute name="scale" value="0,850000"/>
-                    </attributes>
-                  </object>
-                  <packing>
-                    <property name="left_attach">1</property>
-                    <property name="right_attach">3</property>
-                    <property name="top_attach">3</property>
-                    <property name="bottom_attach">4</property>
-                  </packing>
-                </child>
-                <child>
-                  <placeholder/>
-                </child>
-                <child>
                   <placeholder/>
                 </child>
                 <child>



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