[maemo-commits] [maemo-commits] r17372 - projects/haf/trunk/libmatchbox2/matchbox/comp-mgr

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Feb 9 12:36:40 EET 2009
Author: kihamala
Date: 2009-02-09 12:36:37 +0200 (Mon, 09 Feb 2009)
New Revision: 17372

Modified:
   projects/haf/trunk/libmatchbox2/matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c
Log:
remove console spammer -- can be re-enabled for debugging anyway..


Modified: projects/haf/trunk/libmatchbox2/matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c
===================================================================
--- projects/haf/trunk/libmatchbox2/matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c	2009-02-09 09:10:30 UTC (rev 17371)
+++ projects/haf/trunk/libmatchbox2/matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c	2009-02-09 10:36:37 UTC (rev 17372)
@@ -737,9 +737,11 @@
           clutter_actor_set_position(cclient->priv->actor, geom.x, geom.y);
           clutter_actor_set_size(cclient->priv->texture,
                             geom.width, geom.height);
+          /*
           g_debug("%s: Position Changed : %d, %d, %d, %d -> %d, %d, %d, %d",
               __FUNCTION__, x,y,width,height,
               geom.x, geom.y, geom.width, geom.height);
+              */
         }
     }
 }


More information about the maemo-commits mailing list