From: Jean-Philippe Orsini Date: Sat, 12 Nov 2011 13:38:50 +0000 (+0000) Subject: name is release by notification_new X-Git-Tag: v0.8.0.5~557 X-Git-Url: http://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=a486a6cf4dcc6c4bcc3b3b76b7aa5fc3bd5c9967 name is release by notification_new --- diff --git a/src/ui_notify.c b/src/ui_notify.c index f6419db..9422e63 100644 --- a/src/ui_notify.c +++ b/src/ui_notify.c @@ -72,7 +72,8 @@ void ui_notify(struct psensor *sensor, struct ui_psensor *ui) NULL, GTK_WIDGET(ui->main_window)); #endif - log_debug("ui_notify() notif_notification_new %s", name); + log_debug("ui_notify() notif_notification_new %s", + sensor->name); notify_notification_show(notif, NULL);