[gnome-control-center] info: hide device name entry for now



commit c688a24664f2a995e123607325f61d3526454e1c
Author: William Jon McCann <jmccann redhat com>
Date:   Tue Jan 18 16:38:29 2011 -0500

    info: hide device name entry for now
    
    It needs something like http://fedoraproject.org/wiki/Features/BetterHostname

 panels/info/info.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/info/info.ui b/panels/info/info.ui
index fd8e2eb..38da085 100644
--- a/panels/info/info.ui
+++ b/panels/info/info.ui
@@ -52,7 +52,7 @@
                     <property name="row_spacing">5</property>
                     <child>
                       <object class="GtkLabel" id="label1">
-                        <property name="visible">True</property>
+                        <property name="no_show_all">True</property>
                         <property name="xalign">1</property>
                         <property name="label" translatable="yes">Device Name</property>
                       </object>
@@ -103,8 +103,8 @@
                     </child>
                     <child>
                       <object class="GtkEntry" id="entry1">
-                        <property name="visible">True</property>
                         <property name="can_focus">True</property>
+                        <property name="no_show_all">True</property>
                         <property name="invisible_char">&#x25CF;</property>
                         <property name="width_chars">12</property>
                         <property name="caps_lock_warning">False</property>



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