[Goodies-commits] r6314 - in xfce4-radio-plugin/branches/newincludes: . panel-plugin
Stefan Ott
cockroach at xfce.org
Sun Dec 14 08:11:00 CET 2008
Author: cockroach
Date: 2008-12-14 07:11:00 +0000 (Sun, 14 Dec 2008)
New Revision: 6314
Modified:
xfce4-radio-plugin/branches/newincludes/NEWS
xfce4-radio-plugin/branches/newincludes/panel-plugin/xfce4-radio.c
Log:
Incresed max_signal_strength from 2 to 3
Modified: xfce4-radio-plugin/branches/newincludes/NEWS
===================================================================
--- xfce4-radio-plugin/branches/newincludes/NEWS 2008-12-14 07:01:06 UTC (rev 6313)
+++ xfce4-radio-plugin/branches/newincludes/NEWS 2008-12-14 07:11:00 UTC (rev 6314)
@@ -5,6 +5,7 @@
=====================
* The "let them worry about the details"-release
* We are now using the v4l/v4l2 functionality from gnomeradio
+ * Increased the default maximum signal strength value from 2 to 3
v0.4.0 (03 Dec 2008):
=====================
Modified: xfce4-radio-plugin/branches/newincludes/panel-plugin/xfce4-radio.c
===================================================================
--- xfce4-radio-plugin/branches/newincludes/panel-plugin/xfce4-radio.c 2008-12-14 07:01:06 UTC (rev 6313)
+++ xfce4-radio-plugin/branches/newincludes/panel-plugin/xfce4-radio.c 2008-12-14 07:11:00 UTC (rev 6314)
@@ -508,7 +508,7 @@
gtk_container_add (GTK_CONTAINER (gui->ebox), gui->box);
- gui->max_signal_strength = 2;
+ gui->max_signal_strength = 3;
return gui;
}
More information about the Goodies-commits
mailing list