[Xfce4-commits] <xfce4-radio-plugin:master> Fixed http://bugzilla.xfce.org/show_bug.cgi?id=6755

Stefan Ott noreply at xfce.org
Thu Nov 4 16:00:02 CET 2010


Updating branch refs/heads/master
         to b3d9616dd4d2096bcf11f2c800fda1bfe442b548 (commit)
       from 2aa214b254251589ded9a17b9370b18a122056a7 (commit)

commit b3d9616dd4d2096bcf11f2c800fda1bfe442b548
Author: Stefan Ott <stefan at ott.net>
Date:   Thu Nov 4 15:57:29 2010 +0100

    Fixed http://bugzilla.xfce.org/show_bug.cgi?id=6755

 NEWS                       |    5 +++++
 configure.in.in            |    2 +-
 panel-plugin/xfce4-radio.c |    2 ++
 3 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/NEWS b/NEWS
index 0bec327..41fd3a5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
 Get the latest version of this plugin at http://goodies.xfce.org/
 ===============================================================================
 
+v0.4.4 (04 Nov 2010):
+=====================
+ * The "time is money"-release
+ * Fixed an issue that would prevent the plugin from building on newer distros
+
 v0.4.3 (26 Oct 2010):
 =====================
  * The "we're alive"-release
diff --git a/configure.in.in b/configure.in.in
index 3418411..53c32fa 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -5,7 +5,7 @@ dnl
 dnl 2006-2009 Stefan Ott <stefan at ott.net>
 dnl
 
-m4_define([radio_plugin_version],[0.4.3])
+m4_define([radio_plugin_version],[0.4.4])
 
 AC_INIT([xfce4-radio-plugin], [radio_plugin_version],
 	[xfce-goodies-dev at lists.berlios.de])
diff --git a/panel-plugin/xfce4-radio.c b/panel-plugin/xfce4-radio.c
index 46f0750..fdcb5ed 100644
--- a/panel-plugin/xfce4-radio.c
+++ b/panel-plugin/xfce4-radio.c
@@ -42,6 +42,8 @@
 #include <unistd.h>
 #include <stdlib.h>
 
+#include <sys/time.h>
+
 #include "xfce4-radio.h"
 #include "../icons/signal.xpm"
 



More information about the Xfce4-commits mailing list