info: hide device name entry for now

It needs something like http://fedoraproject.org/wiki/Features/BetterHostname
This commit is contained in:
William Jon McCann 2011-01-18 16:38:29 -05:00
parent 56902462f5
commit c688a24664

View file

@ -52,7 +52,7 @@
<property name="row_spacing">5</property> <property name="row_spacing">5</property>
<child> <child>
<object class="GtkLabel" id="label1"> <object class="GtkLabel" id="label1">
<property name="visible">True</property> <property name="no_show_all">True</property>
<property name="xalign">1</property> <property name="xalign">1</property>
<property name="label" translatable="yes">Device Name</property> <property name="label" translatable="yes">Device Name</property>
</object> </object>
@ -103,8 +103,8 @@
</child> </child>
<child> <child>
<object class="GtkEntry" id="entry1"> <object class="GtkEntry" id="entry1">
<property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="no_show_all">True</property>
<property name="invisible_char">&#x25CF;</property> <property name="invisible_char">&#x25CF;</property>
<property name="width_chars">12</property> <property name="width_chars">12</property>
<property name="caps_lock_warning">False</property> <property name="caps_lock_warning">False</property>