[Xfce4-commits] r22981 - xfce4-panel/trunk/panel
Jean-François Wauthy
pollux at xfce.org
Fri Sep 1 17:16:47 UTC 2006
Author: pollux
Date: 2006-09-01 17:16:45 +0000 (Fri, 01 Sep 2006)
New Revision: 22981
Modified:
xfce4-panel/trunk/panel/panel-app.c
Log:
fix compiling with debugging enabled
Modified: xfce4-panel/trunk/panel/panel-app.c
===================================================================
--- xfce4-panel/trunk/panel/panel-app.c 2006-09-01 12:07:15 UTC (rev 22980)
+++ xfce4-panel/trunk/panel/panel-app.c 2006-09-01 17:16:45 UTC (rev 22981)
@@ -304,7 +304,7 @@
break;
default:
- DBG ("Signal caught: %d", sig);
+ DBG ("Signal caught: %d", buf.signal);
panel_app.runstate = PANEL_RUN_STATE_QUIT_NOCONFIRM;
}
}
More information about the Xfce4-commits
mailing list