From 914ba3a60075baa9227d4a7dffdf5d15d165fb30 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sergio=20Villar=20Sen=C3=ADn?= Date: Mon, 18 May 2009 13:05:06 +0200 Subject: [PATCH] Fixes NB#117428, allow special characters in region list search field --- src/hildon2/modest-country-picker.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hildon2/modest-country-picker.c b/src/hildon2/modest-country-picker.c index 17d6776..56fa22c 100644 --- a/src/hildon2/modest-country-picker.c +++ b/src/hildon2/modest-country-picker.c @@ -188,6 +188,7 @@ modest_country_picker_load_data(ModestCountryPicker *self) 0, model); hildon_touch_selector_entry_set_input_mode (HILDON_TOUCH_SELECTOR_ENTRY (selector), HILDON_GTK_INPUT_MODE_ALPHA | + HILDON_GTK_INPUT_MODE_SPECIAL | HILDON_GTK_INPUT_MODE_AUTOCAP); -- 1.7.9.5