Updating branch refs/heads/master
         to 94cabde8902925ac4578d2d6e199f27cc3ed1c57 (commit)
       from a8b69dc3ff321cf11413adc618c29cb2c841db0e (commit)

commit 94cabde8902925ac4578d2d6e199f27cc3ed1c57
Author: Stefan Ott <[email protected]>
Date:   Sun May 22 12:39:33 2011 +0200

    Removed forgotten printf

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

diff --git a/panel-plugin/xfce4-radio.c b/panel-plugin/xfce4-radio.c
index 84f248e..7389e3b 100644
--- a/panel-plugin/xfce4-radio.c
+++ b/panel-plugin/xfce4-radio.c
@@ -822,7 +822,6 @@ radio_device_changed(GtkEditable* box, void *pointer)
 
        gtk_tree_model_get_value(model, &iter, 0, &value);
        const gchar *device = g_value_get_string(&value);
-       printf("dev=%s\n", device);
 
        strncpy(data->device, device, MAX_DEVICE_NAME_LENGTH);
 }
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to