summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2011-06-02 22:42:33 +0530
committerArx Cruz <arxcruz@src.gnome.org>2011-06-07 10:14:21 -0300
commit2fa457ed44afa5f4bbb35e3f3731ac11e64c0b7a (patch)
tree99ac0bd9216b45e12ab6112b3e1d5538b8ede41c /src
parentab8c6f26050a82a6c1c96e460e4358ccd719652e (diff)
Fix bug 651723, don't look for libnotify.h if not requested
Diffstat (limited to 'src')
-rw-r--r--src/notification.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notification.c b/src/notification.c
index 41d64e2..3f4c454 100644
--- a/src/notification.c
+++ b/src/notification.c
@@ -29,12 +29,12 @@
#include <gtk/gtk.h>
#include <time.h>
#include <string.h>
+#ifdef HAVE_LIBNOTIFY
#include <libnotify/notify.h>
#include "zenity.h"
#include "util.h"
-#ifdef HAVE_LIBNOTIFY
static char *icon_file;
static void