[Xfce4-commits] <xfce4-sensors-plugin:master> - fix bug 6348 - fix bug 6349 - version bump to 1.0.1

Fabian noreply at xfce.org
Tue Mar 30 19:00:02 CEST 2010


Updating branch refs/heads/master
         to 9c0aa66667f47fe4e4eae91e995d041d3650993a (commit)
       from a52554d7c96ff9785883b7c78421658ec7ffc002 (commit)

commit 9c0aa66667f47fe4e4eae91e995d041d3650993a
Author: Fabian <timystery at arcor.de>
Date:   Tue Mar 30 18:57:36 2010 +0200

    - fix bug 6348
    - fix bug 6349
    - version bump to 1.0.1

 configure.in.in |    2 +-
 lib/hddtemp.c   |    4 +++-
 src/Makefile.am |    3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index 06294f9..3d20689 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -8,7 +8,7 @@ dnl 2007 Benedikt Meurer <benny at xfce.org>, Fabian Nowak <timystery at arcor.de>
 dnl
 
 m4_define([libxfce4sensors_verinfo], [1:0:0])
-m4_define([plugin_version],[1.0.0])
+m4_define([plugin_version],[1.0.1])
 
 AC_INIT([xfce4-sensors-plugin], [plugin_version], [timystery at arcor.de])
 AC_PREREQ([2.50])
diff --git a/lib/hddtemp.c b/lib/hddtemp.c
index d7ac69e..5089f34 100644
--- a/lib/hddtemp.c
+++ b/lib/hddtemp.c
@@ -71,8 +71,10 @@
 #endif
 
 /* forward declaration for GCC 4.3 -Wall */
-
+#ifdef HAVE_LIBNOTIFY
 void notification_suppress_messages (NotifyNotification *n, gchar *action, gpointer *data);
+#endif
+
 void quick_message_notify (gchar *message);
 void quick_message (gchar *message);
 void read_disks_netcat (t_chip *chip);
diff --git a/src/Makefile.am b/src/Makefile.am
index 7057c7c..1fa0788 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -27,7 +27,8 @@ xfce4_sensors_CFLAGS = \
 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\" \
 	@LIBSENSORS_CFLAGS@	\
 	@LIBXFCE4UTIL_CFLAGS@ \
-	@LIBXFCEGUI4_CFLAGS@
+	@LIBXFCEGUI4_CFLAGS@ \
+	@LIBXFCE4PANEL_CFLAGS@
 
 # @GTK_CFLAGS@ 	\
 # @GLIB_CFLAGS@ \



More information about the Xfce4-commits mailing list