[maemo-commits] [maemo-commits] r19442 - in projects/haf/trunk/libmatchbox2: . debian matchbox/comp-mgr
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Oct 14 13:12:12 EEST 2009
- Previous message: [maemo-commits] r19441 - projects/haf/trunk/libmatchbox2/debian
- Next message: [maemo-commits] r19443 - in projects/haf/trunk/gtk+: . gtk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: kihamala Date: 2009-10-14 13:11:48 +0300 (Wed, 14 Oct 2009) New Revision: 19442 Modified: projects/haf/trunk/libmatchbox2/ChangeLog projects/haf/trunk/libmatchbox2/debian/changelog projects/haf/trunk/libmatchbox2/matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c Log: Fixes: NB#140193 - Information banners are not shown in non-composite mode * matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c (mb_wm_comp_mgr_clutter_set_client_redirection): Use the frame for MBWMClientTypeNotes for changing the redirection. Modified: projects/haf/trunk/libmatchbox2/ChangeLog =================================================================== --- projects/haf/trunk/libmatchbox2/ChangeLog 2009-10-14 07:04:41 UTC (rev 19441) +++ projects/haf/trunk/libmatchbox2/ChangeLog 2009-10-14 10:11:48 UTC (rev 19442) @@ -1,11 +1,18 @@ 2009-10-14 Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> + Fixes: NB#140193 - Information banners are not shown in non-composite + mode + + * matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c + (mb_wm_comp_mgr_clutter_set_client_redirection): Use the frame for + MBWMClientTypeNotes for changing the redirection. + Release 0.2.72 2009-10-13 Adam Endrodi <adam.endrodi at blumsoft.eu> Don't set _NET_WORKAREA more often than necessary. - Don't set _MB_APP_WINDOW_LIST_STACKING at all. + Don't set _MB_APP_WINDOW_LIST_STACKING at all. * matchbox/core/mb-window-manager.h: Added mb_wm_update_workarea(). Modified: projects/haf/trunk/libmatchbox2/debian/changelog =================================================================== --- projects/haf/trunk/libmatchbox2/debian/changelog 2009-10-14 07:04:41 UTC (rev 19441) +++ projects/haf/trunk/libmatchbox2/debian/changelog 2009-10-14 10:11:48 UTC (rev 19442) @@ -1,6 +1,8 @@ matchbox-window-manager-2 (0.2.73-1~unreleased) unstable; urgency=low - * foo + Kimmo: + * Fixes: NB#140193 - Information banners are not shown in non-composite + mode -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> Wed, 14 Oct 2009 10:03:07 +0300 Modified: projects/haf/trunk/libmatchbox2/matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c =================================================================== --- projects/haf/trunk/libmatchbox2/matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c 2009-10-14 07:04:41 UTC (rev 19441) +++ projects/haf/trunk/libmatchbox2/matchbox/comp-mgr/mb-wm-comp-mgr-clutter.c 2009-10-14 10:11:48 UTC (rev 19442) @@ -201,7 +201,6 @@ client->wm_client->xwin_frame == 0 || (c_type & (MBWMClientTypeDialog| MBWMClientTypeMenu| - MBWMClientTypeNote| MBWMClientTypeOverride))) xwin = client->wm_client->window->xwindow; else
- Previous message: [maemo-commits] r19441 - projects/haf/trunk/libmatchbox2/debian
- Next message: [maemo-commits] r19443 - in projects/haf/trunk/gtk+: . gtk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]