[maemo-commits] [maemo-commits] r18121 - projects/haf/branches/libmatchbox2/bug.112098/matchbox/core
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Apr 21 13:00:21 EEST 2009
- Previous message: [maemo-commits] r18120 - projects/haf/branches/libmatchbox2
- Next message: [maemo-commits] r18122 - in projects/haf/trunk/osso-app-killer: . debian src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: aendrodi Date: 2009-04-21 13:00:10 +0300 (Tue, 21 Apr 2009) New Revision: 18121 Modified: projects/haf/branches/libmatchbox2/bug.112098/matchbox/core/mb-wm-root-window.c Log: ignore ACTIVE_WINDOW changes Modified: projects/haf/branches/libmatchbox2/bug.112098/matchbox/core/mb-wm-root-window.c =================================================================== --- projects/haf/branches/libmatchbox2/bug.112098/matchbox/core/mb-wm-root-window.c 2009-04-21 09:57:35 UTC (rev 18120) +++ projects/haf/branches/libmatchbox2/bug.112098/matchbox/core/mb-wm-root-window.c 2009-04-21 10:00:10 UTC (rev 18121) @@ -353,7 +353,7 @@ { Window xwin = e->window; - if ((c = mb_wm_managed_client_from_xwindow (wm, xwin)) != NULL) + if (0 && (c = mb_wm_managed_client_from_xwindow (wm, xwin)) != NULL) mb_wm_activate_client (wm, c); return 1;
- Previous message: [maemo-commits] r18120 - projects/haf/branches/libmatchbox2
- Next message: [maemo-commits] r18122 - in projects/haf/trunk/osso-app-killer: . debian src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]