[maemo-commits] [maemo-commits] r18745 - projects/haf/trunk/libmatchbox2/matchbox/core
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Jun 17 10:33:53 EEST 2009
- Previous message: [maemo-commits] r18744 - projects/haf/trunk/libmatchbox2/matchbox/comp-mgr
 - Next message: [maemo-commits] r18746 - projects/haf/trunk/libmatchbox2/matchbox/core
 - Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
 
Author: kihamala
Date: 2009-06-17 10:33:52 +0300 (Wed, 17 Jun 2009)
New Revision: 18745
Modified:
   projects/haf/trunk/libmatchbox2/matchbox/core/mb-window-manager.c
Log:
silence another harmless warning
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:31:21 UTC (rev 18744)
+++ projects/haf/trunk/libmatchbox2/matchbox/core/mb-window-manager.c	2009-06-17 07:33:52 UTC (rev 18745)
@@ -982,7 +982,7 @@
   XRestackWindows(wm->xdpy, win_list, count);
   XSync(wm->xdpy, False);
   if ((error = mb_wm_util_untrap_x_errors()) != 0)
-    g_warning("XRestackWindows(): %d", error);
+    g_debug ("XRestackWindows(): %d", error);
 }
 
 void
    - Previous message: [maemo-commits] r18744 - projects/haf/trunk/libmatchbox2/matchbox/comp-mgr
 - Next message: [maemo-commits] r18746 - projects/haf/trunk/libmatchbox2/matchbox/core
 - Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
 
