Commit 560a19079fe5d46777bfb9e37c9800164802d010

Resets shift and level states in HIM upon focused widget change (NB#154731).

This actually fixes a regression introduced by previous patch re-immplementing shift and level states management.
ChangeLog
(7 / 1)
  
12010-01-28 Eduardo Lima Mitev <e-lima@maemo.org>
2
3 * Version 2.1.43-1~unreleased
4 * src/hildon-im-ui.c Resets shift and level states in HIM upon focused widget change.
5 * Fixes NB#154731
6
172010-01-25 Joaquim Rocha <jrocha@maemo.org>
28
3 * Version 2.1.42-1~unreleased
9 * Version 2.1.42-1
410
5112010-01-18 Eduardo Lima Mitev <e-lima@maemo.org>
612
  
1hildon-input-method (1:2.1.43-1~unreleased) unstable; urgency=low
2
3 * Version 1:2.1.43-1~unreleased
4 * Fixes NB#154731 FKB from contacts is sticky in a scenario.
5
6 -- Joaquim Rocha <jrocha@maemo.org> Thu, 28 Jan 2010 12:00:00 +0200
7
18hildon-input-method (1:2.1.42-1) unstable; urgency=low
29
310 * Version 1:2.1.42-1
  
11371137 {
11381138 hildon_im_ui_send_communication_message(self,
11391139 HILDON_IM_CONTEXT_WIDGET_CHANGED);
1140
1141 /* reset shift and level states */
1142 self->priv->mask = 0;
11401143 }
11411144
11421145 if (info != NULL && info->widget != NULL)