[balsa] Build when libnotify is not available
- From: Peter Bloomfield <PeterB src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa] Build when libnotify is not available
- Date: Wed, 17 Feb 2010 00:00:01 +0000 (UTC)
commit 45e0d4d656079f572a9fc39688705ede2eba15c8
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date: Tue Feb 16 18:59:21 2010 -0500
Build when libnotify is not available
* libbalsa/information.c: build when libnotify is not available.
ChangeLog | 4 ++++
libbalsa/information.c | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ddc535b..9a66b47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-02-16 Albrecht DreÃ?
+
+ * libbalsa/information.c: build when libnotify is not available.
+
2010-02-16 Peter Bloomfield
* libbalsa/body.c (libbalsa_message_body_get_cid),
diff --git a/libbalsa/information.c b/libbalsa/information.c
index e752200..7f3c8fe 100644
--- a/libbalsa/information.c
+++ b/libbalsa/information.c
@@ -41,10 +41,10 @@ static gboolean libbalsa_information_idle_handler(struct information_data*);
LibBalsaInformationFunc libbalsa_real_information_func;
+#ifdef HAVE_NOTIFY
static void lbi_notification_closed_cb(NotifyNotification * note,
gpointer data);
-#ifdef HAVE_NOTIFY
static void
lbi_notification_parent_weak_notify(gpointer data, GObject * parent)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]