[maemo-commits] [maemo-commits] r13993 - in projects/haf/trunk/hildon-input-method: . src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Sep 21 16:02:33 EEST 2007
- Previous message: [maemo-commits] r13992 - in projects/haf/trunk/hildon-fm: . debian
- Next message: [maemo-commits] r13994 - in projects/haf/trunk/hildon-input-method: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: tjunnone Date: 2007-09-21 16:02:32 +0300 (Fri, 21 Sep 2007) New Revision: 13993 Modified: projects/haf/trunk/hildon-input-method/ChangeLog projects/haf/trunk/hildon-input-method/src/hildon-im-ui.c Log: 2007-09-21 Tomas Junnonen <tomas.junnonen at nokia.com> * Run hildon_im_plugin_language for every plugin loaded. Second part of fix for NB#64487. Modified: projects/haf/trunk/hildon-input-method/ChangeLog =================================================================== --- projects/haf/trunk/hildon-input-method/ChangeLog 2007-09-21 12:59:10 UTC (rev 13992) +++ projects/haf/trunk/hildon-input-method/ChangeLog 2007-09-21 13:02:32 UTC (rev 13993) @@ -1,3 +1,8 @@ +2007-09-21 Tomas Junnonen <tomas.junnonen at nokia.com> + + * Run hildon_im_plugin_language for every plugin loaded. + Second part of fix for NB#64487. + 2007-09-21 Mohammad Anwari <mdamt at maemo.org> * Version 1.99.27 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-21 12:59:10 UTC (rev 13992) +++ projects/haf/trunk/hildon-input-method/src/hildon-im-ui.c 2007-09-21 13:02:32 UTC (rev 13993) @@ -967,7 +967,7 @@ if (CURRENT_IM_WIDGET (self) != NULL) { - hildon_im_plugin_language (CURRENT_IM_PLUGIN (self)); + hildon_im_ui_foreach_plugin(self, hildon_im_plugin_language); } }
- Previous message: [maemo-commits] r13992 - in projects/haf/trunk/hildon-fm: . debian
- Next message: [maemo-commits] r13994 - in projects/haf/trunk/hildon-input-method: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]