Commit 560a19079fe5d46777bfb9e37c9800164802d010
- Diff rendering mode:
- inline
- side by side
ChangeLog
(7 / 1)
|   | |||
| 1 | 2010-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 | |||
| 1 | 7 | 2010-01-25 Joaquim Rocha <jrocha@maemo.org> | |
| 2 | 8 | ||
| 3 | * Version 2.1.42-1~unreleased | ||
| 9 | * Version 2.1.42-1 | ||
| 4 | 10 | ||
| 5 | 11 | 2010-01-18 Eduardo Lima Mitev <e-lima@maemo.org> | |
| 6 | 12 |
debian/changelog
(7 / 0)
|   | |||
| 1 | hildon-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 | |||
| 1 | 8 | hildon-input-method (1:2.1.42-1) unstable; urgency=low | |
| 2 | 9 | ||
| 3 | 10 | * Version 1:2.1.42-1 |
src/hildon-im-ui.c
(3 / 0)
|   | |||
| 1137 | 1137 | { | |
| 1138 | 1138 | hildon_im_ui_send_communication_message(self, | |
| 1139 | 1139 | HILDON_IM_CONTEXT_WIDGET_CHANGED); | |
| 1140 | |||
| 1141 | /* reset shift and level states */ | ||
| 1142 | self->priv->mask = 0; | ||
| 1140 | 1143 | } | |
| 1141 | 1144 | ||
| 1142 | 1145 | if (info != NULL && info->widget != NULL) |

