Author: olivier
Date: 2008-10-21 20:34:35 +0000 (Tue, 21 Oct 2008)
New Revision: 28350

Modified:
   xfwm4/trunk/ChangeLog
   xfwm4/trunk/src/client.c
Log:
Trivial, advertise the correct function name in debug message.

Modified: xfwm4/trunk/ChangeLog
===================================================================
--- xfwm4/trunk/ChangeLog       2008-10-21 20:28:13 UTC (rev 28349)
+++ xfwm4/trunk/ChangeLog       2008-10-21 20:34:35 UTC (rev 28350)
@@ -1,5 +1,10 @@
-2008-10-22  olivier
+2008-10-21  olivier
 
+       * src/client.c: Trivial, advertise the correct function name in debug 
+         message.
+
+2008-10-21  olivier
+
        * src/client.c: Fix gravity broken by previous commit.
 
 2008-10-21  olivier

Modified: xfwm4/trunk/src/client.c
===================================================================
--- xfwm4/trunk/src/client.c    2008-10-21 20:28:13 UTC (rev 28349)
+++ xfwm4/trunk/src/client.c    2008-10-21 20:34:35 UTC (rev 28350)
@@ -492,7 +492,7 @@
     int tx, ty, dw, dh;
 
     g_return_if_fail (c != NULL);
-    TRACE ("entering clientCoordGravitate");
+    TRACE ("entering clientAdjustCoordGravity");
 
     tx = wc->x;
     ty = wc->y;

_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to