[maemo-commits] [maemo-commits] r13338 - in projects/haf/trunk/hildon-theme-layout-4: . rc
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Aug 22 15:45:27 EEST 2007
- Previous message: [maemo-commits] r13337 - in projects/haf/trunk/hildon-theme-layout-4: . data rc
- Next message: [maemo-commits] r13339 - projects/haf/trunk/osso-af-startup/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: risun Date: 2007-08-22 15:45:25 +0300 (Wed, 22 Aug 2007) New Revision: 13338 Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog projects/haf/trunk/hildon-theme-layout-4/rc/hildonkeyboard.rc Log: Fixes: NB#65930 Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-08-22 12:10:30 UTC (rev 13337) +++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-08-22 12:45:25 UTC (rev 13338) @@ -1,3 +1,8 @@ +2007-08-22 Richard Sun <richard.sun at nokia.com> + + * rc/hildonkeyboard.rc: disable "buttondefault" for menu, close, + backspace, return button of FKB. Fixes NB#65930 + 2007-08-22 Tuomas Kuosmanen <tuomas.kuosmanen at nokia.com> * rc/ossomediaplayer.rc: removed focused and pressed-focused Modified: projects/haf/trunk/hildon-theme-layout-4/rc/hildonkeyboard.rc =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/rc/hildonkeyboard.rc 2007-08-22 12:10:30 UTC (rev 13337) +++ projects/haf/trunk/hildon-theme-layout-4/rc/hildonkeyboard.rc 2007-08-22 12:45:25 UTC (rev 13338) @@ -491,13 +491,13 @@ image { function = BOX state = ACTIVE - detail = "buttondefault" + #detail = "buttondefault" file = "../images/qgn_plat_inputmet_thumb_button_backspace_pressed.png" border = { 20, 20, 0, 0 } } image { function = BOX - detail = "buttondefault" + #detail = "buttondefault" file = "../images/qgn_plat_inputmet_thumb_button_backspace_normal.png" border = { 20, 20, 0, 0 } } @@ -540,13 +540,13 @@ image { function = BOX state = ACTIVE - detail = "buttondefault" + #detail = "buttondefault" file = "../images/qgn_plat_inputmet_thumb_button_common_pressed.png" border = { 20, 20, 0, 0 } } image { function = BOX - detail = "buttondefault" + #detail = "buttondefault" file = "../images/qgn_plat_inputmet_thumb_button_commom_normal.png" border = { 20, 20, 0, 0 } }
- Previous message: [maemo-commits] r13337 - in projects/haf/trunk/hildon-theme-layout-4: . data rc
- Next message: [maemo-commits] r13339 - projects/haf/trunk/osso-af-startup/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]