[maemo-commits] [maemo-commits] r18746 - projects/haf/trunk/libmatchbox2/matchbox/core

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Jun 17 10:36:40 EEST 2009
Author: kihamala
Date: 2009-06-17 10:36:38 +0300 (Wed, 17 Jun 2009)
New Revision: 18746

Modified:
   projects/haf/trunk/libmatchbox2/matchbox/core/mb-window-manager.c
Log:
downgrade another g_warning to g_debug


Modified: projects/haf/trunk/libmatchbox2/matchbox/core/mb-window-manager.c
===================================================================
--- projects/haf/trunk/libmatchbox2/matchbox/core/mb-window-manager.c	2009-06-17 07:33:52 UTC (rev 18745)
+++ projects/haf/trunk/libmatchbox2/matchbox/core/mb-window-manager.c	2009-06-17 07:36:38 UTC (rev 18746)
@@ -841,7 +841,7 @@
   XGetWindowAttributes(wm->xdpy, xev->window, &attrs);
   if ((err = mb_wm_util_untrap_x_errors()))
     {
-      g_warning ("%s: XGetWindowAttributes for %lx failed with code %d",
+      g_debug ("%s: XGetWindowAttributes for %lx failed with code %d",
                  __FUNCTION__, xev->window, err);
       return True;
     }

More information about the maemo-commits mailing list