26 lines
1.3 KiB
Plaintext
26 lines
1.3 KiB
Plaintext
$OpenBSD: patch-panels_datetime_datetime_ui,v 1.2 2011/09/27 12:15:23 ajacoutot Exp $
|
|
|
|
XXX don't show the NTP switch -- it requires /sbin/service, chkconfig or
|
|
update-rc...
|
|
|
|
--- panels/datetime/datetime.ui.orig Mon Aug 29 16:08:11 2011
|
|
+++ panels/datetime/datetime.ui Mon Sep 26 14:01:06 2011
|
|
@@ -118,7 +118,7 @@
|
|
<property name="spacing">12</property>
|
|
<child>
|
|
<object class="GtkLabel" id="label3">
|
|
- <property name="visible">True</property>
|
|
+ <property name="visible">False</property>
|
|
<property name="xalign">0</property>
|
|
<property name="label" translatable="yes">_Network Time</property>
|
|
<property name="use_underline">True</property>
|
|
@@ -130,7 +130,7 @@
|
|
</child>
|
|
<child>
|
|
<object class="GtkSwitch" id="network_time_switch">
|
|
- <property name="visible">True</property>
|
|
+ <property name="visible">False</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="receives_default">True</property>
|
|
</object>
|