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/active-sensor.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sensors-applet/active-sensor.h') 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 -#include "active-sensor-libmatenotify.h" +#ifdef HAVE_LIBNOTIFY +#include +#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 -- cgit v1.2.1