[Xfce4-commits] <xfce4-radio-plugin:master> Use the graphical UI elements by default

Stefan Ott noreply at xfce.org
Sun May 22 13:08:03 CEST 2011


Updating branch refs/heads/master
         to ab4187bad405bf2d101da043c7e2d01632853e08 (commit)
       from 52411aa69a5600a59df0713b90fd3b0dd31fb17b (commit)

commit ab4187bad405bf2d101da043c7e2d01632853e08
Author: Stefan Ott <stefan at ott.net>
Date:   Sun May 22 13:01:55 2011 +0200

    Use the graphical UI elements by default

 panel-plugin/xfce4-radio.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/panel-plugin/xfce4-radio.c b/panel-plugin/xfce4-radio.c
index 92ae9d6..23b50ff 100644
--- a/panel-plugin/xfce4-radio.c
+++ b/panel-plugin/xfce4-radio.c
@@ -786,7 +786,7 @@ plugin_control_new(XfcePanelPlugin *plugin)
 	g_list_free(tuners);
 
 	plugin_data->show_signal = TRUE;
-	plugin_data->show_signal_graphical = FALSE;
+	plugin_data->show_signal_graphical = TRUE;
 	plugin_data->show_label = TRUE;
 	plugin_data->auto_update_display = FALSE;
 	plugin_data->presets = NULL;
@@ -1642,7 +1642,7 @@ read_config(XfcePanelPlugin *plugin, radio_gui *data)
 	data->resolve_presets_in_label = xfce_rc_read_bool_entry
 					(rc, "resolve_presets_in_label", TRUE);
 	data->show_signal_graphical = xfce_rc_read_bool_entry
-					(rc, "graphical_signal", FALSE);
+					(rc, "graphical_signal", TRUE);
 
 	if ((value = xfce_rc_read_entry(rc, "dev", NULL)) && *value)
 		strncpy(data->device, value, MAX_DEVICE_NAME_LENGTH);



More information about the Xfce4-commits mailing list