cf289c170b
ok jasper@
19 lines
751 B
Plaintext
19 lines
751 B
Plaintext
$OpenBSD: patch-src_time_time-tool_c,v 1.2 2010/09/30 07:38:53 ajacoutot Exp $
|
|
|
|
XXX Do not display NTP configuration/synchronisation, it requires
|
|
"services" support.
|
|
|
|
--- src/time/time-tool.c.orig Mon May 24 19:09:57 2010
|
|
+++ src/time/time-tool.c Tue Sep 28 17:17:46 2010
|
|
@@ -557,10 +557,6 @@ gst_time_tool_constructor (GType type
|
|
init_timezone (time_tool);
|
|
add_options_combo (time_tool);
|
|
|
|
- time_tool->synchronize_now = gst_dialog_get_widget (GST_TOOL (time_tool)->main_dialog, "update_time");
|
|
- g_signal_connect (G_OBJECT (time_tool->synchronize_now), "clicked",
|
|
- G_CALLBACK (on_synchronize_now_clicked), time_tool);
|
|
-
|
|
gtk_window_set_resizable (GTK_WINDOW (GST_TOOL (time_tool)->main_dialog), FALSE);
|
|
|
|
return object;
|