[maemo-commits] [maemo-commits] r13396 - in projects/haf/trunk/hildon-desktop: . debian libhildondesktop
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Aug 24 14:14:32 EEST 2007
- Previous message: [maemo-commits] r13395 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r13397 - in projects/haf/trunk/hildon-desktop: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: tpalli Date: 2007-08-24 14:09:14 +0300 (Fri, 24 Aug 2007) New Revision: 13396 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/debian/changelog projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel-expandable.c Log: set accept_focus FALSE on extension window Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-08-24 11:12:00 UTC (rev 13395) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-08-24 11:09:14 UTC (rev 13396) @@ -1,3 +1,8 @@ +2007-08-24 Tapani Palli <tapani.palli at nokia.com> + + * libhildondesktop/hildon-desktop-panel-expandable.c: set accept_focus + FALSE on extension window. Fixes NB#65209 + 2007-08-24 Lucas Rocha <lucas.rocha at nokia.com> * data/applications.menu: replace modest with osso email in default Modified: projects/haf/trunk/hildon-desktop/debian/changelog =================================================================== --- projects/haf/trunk/hildon-desktop/debian/changelog 2007-08-24 11:12:00 UTC (rev 13395) +++ projects/haf/trunk/hildon-desktop/debian/changelog 2007-08-24 11:09:14 UTC (rev 13396) @@ -3,6 +3,8 @@ * 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. + * libhildondesktop/hildon-desktop-panel-expandable.c: set accept_focus + FALSE on extension window. Fixes NB#65209 -- Lucas Rocha <lucas.rocha at nokia.com> Wed, 15 Aug 2007 15:44:45 +0300 Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel-expandable.c =================================================================== --- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel-expandable.c 2007-08-24 11:12:00 UTC (rev 13395) +++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel-expandable.c 2007-08-24 11:09:14 UTC (rev 13396) @@ -344,6 +344,8 @@ gtk_window_set_decorated (panel->priv->extension_window, FALSE); + gtk_window_set_accept_focus (panel->priv->extension_window, FALSE); + panel->priv->extension_table = GTK_TABLE (gtk_table_new (1,panel->priv->items_p_row,TRUE)); g_object_set (panel->priv->extension_table,
- Previous message: [maemo-commits] r13395 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r13397 - in projects/haf/trunk/hildon-desktop: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]