[maemo-commits] [maemo-commits] r17770 - in projects/haf/trunk/libmatchbox2: . matchbox/core
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Sun Mar 22 05:51:12 EET 2009
- Previous message: [maemo-commits] r17769 - in projects/haf/trunk/libmatchbox2: . matchbox/core
- Next message: [maemo-commits] r17771 - projects/haf/trunk/libmatchbox2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: tthurman Date: 2009-03-22 05:51:08 +0200 (Sun, 22 Mar 2009) New Revision: 17770 Modified: projects/haf/trunk/libmatchbox2/ChangeLog projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-client-window.c Log: Fixes NB#103725. * matchbox/core/mb-wm-client-window.c: remove warning about BadWindow since it is commonplace to request details of a window which has been unmapped since we requested it. Modified: projects/haf/trunk/libmatchbox2/ChangeLog =================================================================== --- projects/haf/trunk/libmatchbox2/ChangeLog 2009-03-22 03:49:27 UTC (rev 17769) +++ projects/haf/trunk/libmatchbox2/ChangeLog 2009-03-22 03:51:08 UTC (rev 17770) @@ -1,5 +1,13 @@ 2009-03-21 Thomas Thurman <thomas.thurman at collabora.co.uk> + Fixes NB#103725. + + * matchbox/core/mb-wm-client-window.c: remove warning about BadWindow + since it is commonplace to request details of a window which has been + unmapped since we requested it. + +2009-03-21 Thomas Thurman <thomas.thurman at collabora.co.uk> + Refs NB#96260. * matchbox/core/mb-wm-client-window.c: newlines in window titles Modified: projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-client-window.c =================================================================== --- projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-client-window.c 2009-03-22 03:49:27 UTC (rev 17769) +++ projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-client-window.c 2009-03-22 03:51:08 UTC (rev 17770) @@ -1101,7 +1101,10 @@ badwindow_error: +#if 0 + /* error disabled because it happens far too often in legitimate cases */ g_debug ("***** %s: BadWindow error for %lx *****", __FUNCTION__, xwin); +#endif if (xwin_attr) XFree(xwin_attr);
- Previous message: [maemo-commits] r17769 - in projects/haf/trunk/libmatchbox2: . matchbox/core
- Next message: [maemo-commits] r17771 - projects/haf/trunk/libmatchbox2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]