[Xfce4-commits] [apps/xfce4-volumed-pulse] 10/62: Fixing a build error with --disable-libnotify, patch from Ṣalāḥ ad-Dīn Yūsuf ibn Ayyūb
noreply at xfce.org
noreply at xfce.org
Thu Sep 8 10:32:32 CEST 2016
This is an automated email from the git hooks/post-receive script.
ochosi pushed a commit to branch master
in repository apps/xfce4-volumed-pulse.
commit 4f6e8bb3216ef0a140d4b813a6e8527f96590e62
Author: Steve Dodier <sidnioulz at gmail.com>
Date: Wed Oct 28 16:28:14 2009 +0100
Fixing a build error with --disable-libnotify, patch from Ṣalāḥ ad-Dīn Yūsuf ibn Ayyūb
---
src/main.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/main.c b/src/main.c
index 68ffd30..0d7a0b5 100644
--- a/src/main.c
+++ b/src/main.c
@@ -111,8 +111,10 @@ xvd_instance_init(XvdInstance *i)
i->keyMute = NULL;
#endif
i->kss = NULL;
- i->sync_notifications = FALSE;
- i->notification = NULL;
+ #ifdef HAVE_LIBNOTIFY
+ i->sync_notifications = FALSE;
+ i->notification = NULL;
+ #endif
}
gint
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list