[maemo-commits] [maemo-commits] r18746 - projects/haf/trunk/libmatchbox2/matchbox/core
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Jun 17 10:36:40 EEST 2009
- Previous message: [maemo-commits] r18745 - projects/haf/trunk/libmatchbox2/matchbox/core
- Next message: [maemo-commits] r18747 - in projects/haf/trunk/gtk+: . gdk/x11
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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; }
- Previous message: [maemo-commits] r18745 - projects/haf/trunk/libmatchbox2/matchbox/core
- Next message: [maemo-commits] r18747 - in projects/haf/trunk/gtk+: . gdk/x11
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]