[maemo-commits] [maemo-commits] r13203 - in projects/haf/trunk/hildon-desktop: . libhildonwm
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Aug 15 15:43:24 EEST 2007
- Previous message: [maemo-commits] r13202 - projects/haf/tags/hildon-desktop
- Next message: [maemo-commits] r13204 - in projects/haf/trunk/hildon-desktop: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: lucasr Date: 2007-08-15 15:43:23 +0300 (Wed, 15 Aug 2007) New Revision: 13203 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm.c Log: 2007-08-15 Lucas Rocha <lucas.rocha at nokia.com> * libhildonwm/hd-wm.c: revert change that closes temporary windows on hw key press because it brings a crasher and it's not the expected UI behavior. Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-08-15 12:03:59 UTC (rev 13202) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-08-15 12:43:23 UTC (rev 13203) @@ -1,5 +1,11 @@ 2007-08-15 Lucas Rocha <lucas.rocha at nokia.com> + * libhildonwm/hd-wm.c: revert change that closes temporary windows on + hw key press because it brings a crasher and it's not the expected + UI behavior. + +2007-08-15 Lucas Rocha <lucas.rocha at nokia.com> + * configure.ac: 0.0.31 2007-08-15 Lucas Rocha <lucas.rocha at nokia.com> Modified: projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm.c =================================================================== --- projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm.c 2007-08-15 12:03:59 UTC (rev 13202) +++ projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm.c 2007-08-15 12:43:23 UTC (rev 13203) @@ -710,10 +710,6 @@ if (g_str_equal (HOME_PRESS, member) && !hd_wm_modal_windows_present()) { -#ifdef MAEMO_CHANGES - gdk_close_all_temporary_windows (); -#endif - hd_wm_activate (HD_TN_ACTIVATE_MAIN_MENU); return DBUS_HANDLER_RESULT_NOT_YET_HANDLED;
- Previous message: [maemo-commits] r13202 - projects/haf/tags/hildon-desktop
- Next message: [maemo-commits] r13204 - in projects/haf/trunk/hildon-desktop: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]