[Xfce4-commits] <xfwm4:xfce-4.8> Make gcc happy
Olivier Fourdan
noreply at xfce.org
Tue Dec 6 18:16:02 CET 2011
Updating branch refs/heads/xfce-4.8
to d2f91f6751777f58533d5f1e303e837d906f3c42 (commit)
from b1cdf9096b59fce718d8457084637e6a11fb9d8d (commit)
commit d2f91f6751777f58533d5f1e303e837d906f3c42
Author: Olivier Fourdan <fourdan at xfce.org>
Date: Tue Dec 6 18:07:30 2011 +0100
Make gcc happy
src/client.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/client.c b/src/client.c
index 9d02d0d..53f56ee 100644
--- a/src/client.c
+++ b/src/client.c
@@ -2772,7 +2772,7 @@ clientSetLayer (Client * c, guint l)
}
else
{
- TRACE ("Placing %s on top of its layer %i", c->name, c->win_layer);
+ TRACE ("Placing %s on top of its layer %lu", c->name, c->win_layer);
clientRaise (c, None);
}
}
More information about the Xfce4-commits
mailing list