From 96781a3bdf517e3698ba98b131e2d297600ef52f Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Tue, 11 Sep 2012 10:54:44 +0000 Subject: [PATCH] fixed wrong parameters of slog_close call --- src/ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui.c b/src/ui.c index 8aab320..88d66f1 100644 --- a/src/ui.c +++ b/src/ui.c @@ -232,7 +232,7 @@ static void on_slog_enabled_cb(GConfClient *client, if (is_slog_enabled()) slog_activate(NULL, sensors, mutex, config_get_slog_interval()); else - slog_close(NULL, sensors); + slog_close(); } void ui_window_create(struct ui_psensor *ui) -- 2.7.4