]> sjero.net Git - linphone/commitdiff
fix notifications (was broken with libnotify>=0.7.0)
authorSimon Morlat <simon.morlat@linphone.org>
Fri, 30 Sep 2011 20:36:35 +0000 (22:36 +0200)
committerSimon Morlat <simon.morlat@linphone.org>
Fri, 30 Sep 2011 20:36:35 +0000 (22:36 +0200)
gtk/main.c

index e3a7b2742a8a992a6faecffe4707dea53a3ea85c..064d857aba45740412ed5b9ffe9508b532a2dd8b 100644 (file)
@@ -36,7 +36,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #define chdir _chdir
 #endif
 
-#if defined HAVE_NOTIFY1 || defined HAVE_NOTIFIED4
+#if defined(HAVE_NOTIFY1) || defined(HAVE_NOTIFY4)
 #define HAVE_NOTIFY
 #endif