[gnome-bluetooth] Fix build with libnotify 0.7.0
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth] Fix build with libnotify 0.7.0
- Date: Thu, 21 Oct 2010 14:20:47 +0000 (UTC)
commit 9f256799cc6b8367b2466f35b82f1d07076a950e
Author: Bastien Nocera <hadess hadess net>
Date: Thu Oct 21 15:20:31 2010 +0100
Fix build with libnotify 0.7.0
applet/notify.c | 2 +-
configure.ac | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/applet/notify.c b/applet/notify.c
index 47d8452..70ad3a2 100644
--- a/applet/notify.c
+++ b/applet/notify.c
@@ -75,7 +75,7 @@ void show_notification(const gchar *summary, const gchar *message,
notify_notification_close(notify, NULL);
}
- notify = notify_notification_new(summary, message, ACTIVE_ICON_NAME, NULL);
+ notify = notify_notification_new(summary, message, ACTIVE_ICON_NAME);
notify_notification_set_timeout(notify, timeout);
diff --git a/configure.ac b/configure.ac
index 233d408..505f819 100644
--- a/configure.ac
+++ b/configure.ac
@@ -75,7 +75,7 @@ AM_CONDITIONAL([ICON_UPDATE], [test -n "$UPDATE_ICON_CACHE"])
GTK_REQUIRED=2.19.1
GLIB_REQUIRED=2.25.7
DBUS_GLIB_REQUIRED=0.74
-NOTIFY_REQUIRED=0.5.1
+NOTIFY_REQUIRED=0.7.0
NAUTILUS_SENDTO_REQUIRED=2.29.0
NAUTILUS_SENDTO_MAX_REQUIRED=2.91.0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]