summaryrefslogtreecommitdiff
path: root/sensors-applet/active-sensor.h
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-02-27 13:14:29 +0100
committerStefano Karapetsas <[email protected]>2013-02-27 13:14:29 +0100
commit9a2a46d3622863c8d83aa46a884d1cc1f90bfb84 (patch)
tree8202e84dd227d9377e3b2e507e76f84568450f17 /sensors-applet/active-sensor.h
parent4381df30054f853298a5b081e260893b5279cb6a (diff)
downloadmate-sensors-applet-9a2a46d3622863c8d83aa46a884d1cc1f90bfb84.tar.bz2
mate-sensors-applet-9a2a46d3622863c8d83aa46a884d1cc1f90bfb84.tar.xz
Use libnotify instead of libmatenofity
Diffstat (limited to 'sensors-applet/active-sensor.h')
-rw-r--r--sensors-applet/active-sensor.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sensors-applet/active-sensor.h b/sensors-applet/active-sensor.h
index ba4e01f..7258515 100644
--- a/sensors-applet/active-sensor.h
+++ b/sensors-applet/active-sensor.h
@@ -19,9 +19,9 @@
#ifndef ACTIVE_SENSOR_H
#define ACTIVE_SENSOR_H
-#ifdef HAVE_LIBMATENOTIFY
-#include <libmatenotify/notify.h>
-#include "active-sensor-libmatenotify.h"
+#ifdef HAVE_LIBNOTIFY
+#include <libnotify/notify.h>
+#include "active-sensor-libnotify.h"
#endif
#include "sensors-applet.h"
@@ -40,7 +40,7 @@ struct _ActiveSensor {
GtkTreeRowReference *sensor_row;
-#ifdef HAVE_LIBMATENOTIFY
+#ifdef HAVE_LIBNOTIFY
NotifyNotification *notification[NUM_NOTIFS];
#endif