[maemo-commits] [maemo-commits] r14478 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Oct 17 16:36:34 EEST 2007
- Previous message: [maemo-commits] r14477 - projects/haf/tags/hildon-home-webshortcut
- Next message: [maemo-commits] r14479 - in projects/haf/trunk/hildon-desktop: . libhildondesktop libhildonwm src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: jobi Date: 2007-10-17 16:36:32 +0300 (Wed, 17 Oct 2007) New Revision: 14478 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-home-item.c Log: 2007-10-17 Johan Bilien <johan.bilien at nokia.com> * libhildondesktop/hildon-desktop-home-item.c: reverted activating the extension events, as it breaks resizing and context sensitive menu Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-10-17 13:18:36 UTC (rev 14477) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-10-17 13:36:32 UTC (rev 14478) @@ -1,3 +1,9 @@ +2007-10-17 Johan Bilien <johan.bilien at nokia.com> + + * libhildondesktop/hildon-desktop-home-item.c: reverted activating + the extension events, as it breaks resizing and context sensitive + menu + 2007-10-16 Johan Bilien <johan.bilien at nokia.com> * configure.ac: 0.0.46 Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-home-item.c =================================================================== --- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-home-item.c 2007-10-17 13:18:36 UTC (rev 14477) +++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-home-item.c 2007-10-17 13:36:32 UTC (rev 14478) @@ -645,10 +645,6 @@ attributes_mask); gdk_window_set_user_data (priv->event_window, widget); - gdk_input_set_extension_events(priv->event_window, - gdk_window_get_events(priv->event_window), - GDK_EXTENSION_EVENTS_ALL); - if (priv->resize_type != HILDON_DESKTOP_HOME_ITEM_RESIZE_NONE) { if (priv->resize_handle) @@ -919,8 +915,6 @@ event->window != priv->resize_handle_window) return FALSE; - gdk_event_request_motions (event); - if (priv->state == HILDON_DESKTOP_HOME_ITEM_STATE_NORMAL && !priv->click_timeout) {
- Previous message: [maemo-commits] r14477 - projects/haf/tags/hildon-home-webshortcut
- Next message: [maemo-commits] r14479 - in projects/haf/trunk/hildon-desktop: . libhildondesktop libhildonwm src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]