[maemo-commits] [maemo-commits] r12401 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Jun 20 11:27:37 EEST 2007
- Previous message: [maemo-commits] r12400 - projects/haf/trunk/libhildonmime
- Next message: [maemo-commits] r12402 - projects/haf/trunk/hildon-desktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: moimart Date: 2007-06-20 11:27:35 +0300 (Wed, 20 Jun 2007) New Revision: 12401 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-popup-window.c Log: 2007-06-20 Moises Martinez <moises.martinez at nokia.com> * libhildondesktop/hildon-desktop-popup-window.c: - Reverted fake button event. * ChangeLog updated. Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-06-20 08:20:53 UTC (rev 12400) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-06-20 08:27:35 UTC (rev 12401) @@ -1,3 +1,8 @@ +2007-06-20 Moises Martinez <moises.martinez at nokia.com> + + * libhildondesktop/hildon-desktop-popup-window.c: + - Reverted fake button event. + 2007-06-19 Moises Martinez <moises.martinez at nokia.com> * libhildondesktop/hildon-desktop-popup-window.c: Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-popup-window.c =================================================================== --- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-popup-window.c 2007-06-20 08:20:53 UTC (rev 12400) +++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-popup-window.c 2007-06-20 08:27:35 UTC (rev 12401) @@ -721,7 +721,7 @@ break; } } -g_debug ("event %p skdfjhskdjfh in_w %d",event,in_window_area); + /* Event outside of popup or in button area, close in clean way */ if (!in_panes_area || !in_window_area) { @@ -737,8 +737,8 @@ if ((x < 0) || (x > w) || (y < 0) || (y > h)) { - /*hildon_desktop_popup_menu_fake_button_event (event, TRUE); - hildon_desktop_popup_menu_fake_button_event (event, FALSE);*/ + hildon_desktop_popup_menu_fake_button_event (event, TRUE); + hildon_desktop_popup_menu_fake_button_event (event, FALSE); } } #endif
- Previous message: [maemo-commits] r12400 - projects/haf/trunk/libhildonmime
- Next message: [maemo-commits] r12402 - projects/haf/trunk/hildon-desktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]