added comment about libnotify 0.7 support
authorJean-Philippe Orsini <jeanfi@gmail.com>
Fri, 22 Apr 2011 21:48:11 +0000 (21:48 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Fri, 22 Apr 2011 21:48:11 +0000 (21:48 +0000)
src/ui_notify.c

index 8752a94..4344719 100644 (file)
@@ -62,6 +62,13 @@ void ui_notify(struct psensor *sensor, struct ui_psensor *ui)
                name = strdup(sensor->name);
 
 #ifdef NOTIFY_VERSION_MAJOR
+               /*
+                  since libnotify 0.7 notify_notification_new has
+                  only 3 parameters.
+
+                  libnotify < 0.7 does not define
+                  NOTIFY_VERSION_MAJOR
+               */
                notif = notify_notification_new(_("Temperature alert"),
                                                name,
                                                NULL);