[Goodies-commits] r6577 - xfce4-radio-plugin/trunk/panel-plugin

Stefan Ott cockroach at xfce.org
Mon Jan 26 23:27:13 CET 2009


Author: cockroach
Date: 2009-01-26 22:27:13 +0000 (Mon, 26 Jan 2009)
New Revision: 6577

Modified:
   xfce4-radio-plugin/trunk/panel-plugin/xfce4-radio.c
Log:
Changed the default value for auto_update_display to FALSE


Modified: xfce4-radio-plugin/trunk/panel-plugin/xfce4-radio.c
===================================================================
--- xfce4-radio-plugin/trunk/panel-plugin/xfce4-radio.c	2009-01-26 21:55:25 UTC (rev 6576)
+++ xfce4-radio-plugin/trunk/panel-plugin/xfce4-radio.c	2009-01-26 22:27:13 UTC (rev 6577)
@@ -703,7 +703,7 @@
 	plugin_data->show_signal_graphical = TRUE;
 	plugin_data->show_label = TRUE;
 	plugin_data->show_label_when_off = FALSE;
-	plugin_data->auto_update_display = TRUE;
+	plugin_data->auto_update_display = FALSE;
 	plugin_data->presets = NULL;
 	plugin_data->presets = NULL;
 	plugin_data->scroll = CHANGE_FREQ;




More information about the Goodies-commits mailing list