[Xfce4-commits] <xfwm4:xfce-4.10> Fix wrong debug message (bug #7547).
Nick Schermer
noreply at xfce.org
Sun May 5 18:00:01 CEST 2013
Updating branch refs/heads/xfce-4.10
to 07b63a3ed401d0c30862e74abca4139fb8dd9a81 (commit)
from f77a9a7b0448efa8b742b366cbbfc3105924805e (commit)
commit 07b63a3ed401d0c30862e74abca4139fb8dd9a81
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date: Tue Nov 6 21:24:27 2012 +0100
Fix wrong debug message (bug #7547).
(cherry picked from commit 28649d37c3103a5879aaea3c8bd7a4eb30820dc9)
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;
More information about the Xfce4-commits
mailing list