[Xfce4-commits] <xfce4-radio-plugin:master> Make sure to update the UI when the display type is changed

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


Updating branch refs/heads/master
         to b13e43da658ca373bd955a25fa4568c1640795be (commit)
       from 1cf17a7fe00be32845068cfa3a7142ec1f78a7eb (commit)

commit b13e43da658ca373bd955a25fa4568c1640795be
Author: Stefan Ott <stefan at ott.net>
Date:   Sun May 22 13:06:34 2011 +0200

    Make sure to update the UI when the display type is changed

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

diff --git a/panel-plugin/xfce4-radio.c b/panel-plugin/xfce4-radio.c
index e3df99a..329161f 100644
--- a/panel-plugin/xfce4-radio.c
+++ b/panel-plugin/xfce4-radio.c
@@ -878,6 +878,7 @@ radio_signal_type_changed(GtkEditable* editable, void *pointer)
 	data->use_graphics = gtk_toggle_button_get_active
 		(GTK_TOGGLE_BUTTON(editable));
 	update_label(data);
+	update_signal(data);
 }
 
 static void



More information about the Xfce4-commits mailing list