fix notifications (was broken with libnotify>=0.7.0)

This commit is contained in:
Simon Morlat 2011-09-30 22:36:35 +02:00
parent e821a0d633
commit 495e3ab7b9

View 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