Updating branch refs/heads/master
         to 23c2de05a71f70b14e108852b932ad7f14774df3 (commit)
       from c9c2e5e8874e3288b73eb96306bd99965adf17e4 (commit)

commit 23c2de05a71f70b14e108852b932ad7f14774df3
Author: Olivier Fourdan <four...@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 ff0deb8..9292365 100644
--- a/src/client.c
+++ b/src/client.c
@@ -2628,7 +2628,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);
     }
 }
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to