From 9a2a46d3622863c8d83aa46a884d1cc1f90bfb84 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Wed, 27 Feb 2013 13:14:29 +0100 Subject: Use libnotify instead of libmatenofity --- sensors-applet/sensors-applet.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sensors-applet/sensors-applet.h') diff --git a/sensors-applet/sensors-applet.h b/sensors-applet/sensors-applet.h index 0cd35ec..fda92b5 100644 --- a/sensors-applet/sensors-applet.h +++ b/sensors-applet/sensors-applet.h @@ -27,8 +27,8 @@ #include "config.h" #endif /* HAVE_CONFIG_H */ -#ifdef HAVE_LIBMATENOTIFY -#include +#ifdef HAVE_LIBNOTIFY +#include #endif typedef struct _ActiveSensor ActiveSensor; @@ -138,9 +138,9 @@ struct _SensorsApplet { GSettings *settings; -#ifdef HAVE_LIBMATENOTIFY +#ifdef HAVE_LIBNOTIFY NotifyNotification *notification; -#endif // HAVE_LIBMATENOTIFY +#endif // HAVE_LIBNOTIFY }; -- cgit v1.2.1