[maemo-commits] [maemo-commits] r14059 - in projects/haf/trunk/hildon-input-method: . src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Sep 25 13:38:34 EEST 2007
- Previous message: [maemo-commits] r14058 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r14060 - in projects/haf/trunk/hildon-input-method: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: tjunnone Date: 2007-09-25 13:38:33 +0300 (Tue, 25 Sep 2007) New Revision: 14059 Modified: projects/haf/trunk/hildon-input-method/ChangeLog projects/haf/trunk/hildon-input-method/src/hildon-im-ui.c Log: * src/hildon-im-ui.c: Do not automatically switch to another plugin when the current plugin doesn't support the selected language. Modified: projects/haf/trunk/hildon-input-method/ChangeLog =================================================================== --- projects/haf/trunk/hildon-input-method/ChangeLog 2007-09-25 08:49:51 UTC (rev 14058) +++ projects/haf/trunk/hildon-input-method/ChangeLog 2007-09-25 10:38:33 UTC (rev 14059) @@ -1,3 +1,9 @@ +2007-09-25 Tomas Junnonen <tomas.junnonen at nokia.com> + + * src/hildon-im-ui.c: Do not automatically switch to another + plugin when the current plugin doesn't support the selected + language. + 2007-09-21 Mohammad Anwari <mdamt at maemo.org> * Version 1.99.28 Modified: projects/haf/trunk/hildon-input-method/src/hildon-im-ui.c =================================================================== --- projects/haf/trunk/hildon-input-method/src/hildon-im-ui.c 2007-09-25 08:49:51 UTC (rev 14058) +++ projects/haf/trunk/hildon-input-method/src/hildon-im-ui.c 2007-09-25 10:38:33 UTC (rev 14059) @@ -2514,11 +2514,11 @@ } } - if (supported_by_current == FALSE && - latest_supported != NULL) - { - activate_plugin (self, latest_supported, TRUE); - } +/* if (supported_by_current == FALSE && */ +/* latest_supported != NULL) */ +/* { */ +/* activate_plugin (self, latest_supported, TRUE); */ +/* } */ } static void
- Previous message: [maemo-commits] r14058 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r14060 - in projects/haf/trunk/hildon-input-method: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]