Updating branch refs/heads/master
to 28649d37c3103a5879aaea3c8bd7a4eb30820dc9 (commit)
from 1e15e1954563ddac8ad9e4d4dab0e2f943de86d9 (commit)
commit 28649d37c3103a5879aaea3c8bd7a4eb30820dc9
Author: Jérôme Guelfucci <[email protected]>
Date: Tue Nov 6 21:24:27 2012 +0100
Fix wrong debug message (bug #7547).
src/placement.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/placement.c b/src/placement.c
index 248d339..f926de3 100644
--- a/src/placement.c
+++ b/src/placement.c
@@ -627,7 +627,7 @@ static void
mousePlacement (Client * c, int full_x, int full_y, int full_w, int full_h,
int mx, int my)
{
g_return_if_fail (c != NULL);
- TRACE ("entering centerPlacement");
+ TRACE ("entering mousePlacement");
c->x = mx + frameLeft(c) - frameWidth(c) / 2;
c->y = my + frameTop(c) - frameHeight(c) / 2;
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits