From 85500e10f58ec56eb070fb66d793005643eb0ac2 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Thu, 11 Feb 2010 00:41:33 +0000 Subject: [PATCH] Quick Updates svn path=/trunk/boinc/; revision=20520 --- clientgui/gtk/taskbarex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientgui/gtk/taskbarex.cpp b/clientgui/gtk/taskbarex.cpp index a1317246db..87a0ed5251 100644 --- a/clientgui/gtk/taskbarex.cpp +++ b/clientgui/gtk/taskbarex.cpp @@ -56,7 +56,7 @@ extern "C" { g_object_get(G_OBJECT(notification), "closed-reason", &closed_reason); - fprintf(stderr, "statis_icon_notification_closed closed-reason: %d", id, closed_reason); + fprintf(stderr, "statis_icon_notification_closed closed-reason: %d", closed_reason); fprintf(stderr, "statis_icon_notification_closed end!\n"); }