From a486a6cf4dcc6c4bcc3b3b76b7aa5fc3bd5c9967 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Sat, 12 Nov 2011 13:38:50 +0000 Subject: [PATCH] name is release by notification_new --- src/ui_notify.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.7.4