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/prefs-dialog.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/prefs-dialog.h')
-rw-r--r-- | sensors-applet/prefs-dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sensors-applet/prefs-dialog.h b/sensors-applet/prefs-dialog.h index beb0db6..9ff6525 100644 --- a/sensors-applet/prefs-dialog.h +++ b/sensors-applet/prefs-dialog.h @@ -38,7 +38,7 @@ typedef struct { GtkLabel *timeout_label, *display_mode_label, *layout_mode_label, *temperature_scale_label, *graph_size_label, *update_header, *display_header; GtkAdjustment *timeout_adjust, *graph_size_adjust; -#ifdef HAVE_LIBMATENOTIFY +#ifdef HAVE_LIBNOTIFY GtkCheckButton *display_notifications; GtkLabel *notifications_header; #endif |