[Xfce4-commits] <xfwm4:master> Fix compiler warning.
Nick Schermer
noreply at xfce.org
Mon Feb 20 22:40:01 CET 2012
Updating branch refs/heads/master
to 07c70b760ee296b2a8c423964c84ff1e7a37994b (commit)
from fdc8c1feecfb7a02d403ddd961921a23d3349195 (commit)
commit 07c70b760ee296b2a8c423964c84ff1e7a37994b
Author: Nick Schermer <nick at xfce.org>
Date: Mon Feb 20 22:38:11 2012 +0100
Fix compiler warning.
src/events.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/events.c b/src/events.c
index df30ff9..4b49171 100644
--- a/src/events.c
+++ b/src/events.c
@@ -1984,7 +1984,7 @@ handleClientMessage (DisplayInfo *display_info, XClientMessageEvent * ev)
}
else if ((ev->message_type == display_info->atoms[NET_WM_DESKTOP]) && (ev->format == 32))
{
- TRACE ("client \"%s\" (0x%lx) has received a NET_WM_DESKTOP event (0x%lx)", c->name, c->window);
+ TRACE ("client \"%s\" (0x%lx) has received a NET_WM_DESKTOP event", c->name, c->window);
clientUpdateNetWmDesktop (c, ev);
}
else if ((ev->message_type == display_info->atoms[NET_CLOSE_WINDOW]) && (ev->format == 32))
More information about the Xfce4-commits
mailing list