diff options
author | Stefano Karapetsas <[email protected]> | 2013-02-27 13:14:29 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-02-27 13:14:29 +0100 |
commit | 9a2a46d3622863c8d83aa46a884d1cc1f90bfb84 (patch) | |
tree | 8202e84dd227d9377e3b2e507e76f84568450f17 /sensors-applet/sensors-applet.h | |
parent | 4381df30054f853298a5b081e260893b5279cb6a (diff) | |
download | mate-sensors-applet-9a2a46d3622863c8d83aa46a884d1cc1f90bfb84.tar.bz2 mate-sensors-applet-9a2a46d3622863c8d83aa46a884d1cc1f90bfb84.tar.xz |
Use libnotify instead of libmatenofity
Diffstat (limited to 'sensors-applet/sensors-applet.h')
-rw-r--r-- | sensors-applet/sensors-applet.h | 8 |
1 files changed, 4 insertions, 4 deletions
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 <libmatenotify/notify.h> +#ifdef HAVE_LIBNOTIFY +#include <libnotify/notify.h> #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 }; |