[maemo-commits] [maemo-commits] r13942 - in projects/haf/trunk/hildon-desktop: . libhildonwm
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Sep 20 15:45:35 EEST 2007
- Previous message: [maemo-commits] r13941 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r13943 - in projects/haf/trunk/hildon-audit: . data/bora
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: jobi Date: 2007-09-20 15:45:34 +0300 (Thu, 20 Sep 2007) New Revision: 13942 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm-window.c Log: 2007-09-20 Johan Bilien <johan.bilien at nokia.com> * libhildonwm/hd-wm-window.c: set the parent pointer to the parent app when creating a new window. Fixes: NB#70125 Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-09-20 12:45:11 UTC (rev 13941) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-09-20 12:45:34 UTC (rev 13942) @@ -1,5 +1,10 @@ 2007-09-20 Johan Bilien <johan.bilien at nokia.com> + * libhildonwm/hd-wm-window.c: set the parent pointer to the + parent app when creating a new window. Fixes: NB#70125 + +2007-09-20 Johan Bilien <johan.bilien at nokia.com> + * src/hd-switcher-menu.c: when removing an item, unselect it if selected * libhildondesktop/hildon-desktop-popup-menu.c: ensure that we Modified: projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm-window.c =================================================================== --- projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm-window.c 2007-09-20 12:45:11 UTC (rev 13941) +++ projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm-window.c 2007-09-20 12:45:34 UTC (rev 13942) @@ -922,6 +922,7 @@ win->priv->xwin = xid; win->priv->app_parent = app; + win->priv->parent = HD_WM_ENTRY_INFO (app); if (hkey) win->priv->hibernation_key = hkey;
- Previous message: [maemo-commits] r13941 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r13943 - in projects/haf/trunk/hildon-audit: . data/bora
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]