[maemo-commits] [maemo-commits] r18744 - projects/haf/trunk/libmatchbox2/matchbox/comp-mgr
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Jun 17 10:31:25 EEST 2009
- Previous message: [maemo-commits] r18743 - in projects/haf/trunk/hildon-welcome: debian src
 - Next message: [maemo-commits] r18745 - projects/haf/trunk/libmatchbox2/matchbox/core
 - Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
 
Author: kihamala
Date: 2009-06-17 10:31:21 +0300 (Wed, 17 Jun 2009)
New Revision: 18744
Modified:
   projects/haf/trunk/libmatchbox2/matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c
Log:
silence harmless warning
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-06-16 20:37:30 UTC (rev 18743)
+++ projects/haf/trunk/libmatchbox2/matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c	2009-06-17 07:31:21 UTC (rev 18744)
@@ -856,7 +856,7 @@
       mb_wm_util_trap_x_errors ();
       mb_wm_comp_mgr_clutter_client_repair_real (c->cm_client, damage);
       if ((err = mb_wm_util_untrap_x_errors ()))
-        g_warning ("%s: X error %d", __func__, err);
+        g_debug ("%s: X error %d", __func__, err);
     }
   else
     {
    - Previous message: [maemo-commits] r18743 - in projects/haf/trunk/hildon-welcome: debian src
 - Next message: [maemo-commits] r18745 - projects/haf/trunk/libmatchbox2/matchbox/core
 - Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
 
