X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmaemo%2Feasysetup%2Fmodest-easysetup-country-combo-box.c;fp=src%2Fmaemo%2Feasysetup%2Fmodest-easysetup-country-combo-box.c;h=bac8fb864f04120487fb8438251454e1f783b722;hp=fc900af9955a5022763cfa9c4db95247a6247eed;hb=4db44f57690ed2e6f418a12a2e0eeddf4cf22084;hpb=e7d49a2f1e83eb5b8035b416b00230e12213a0ee diff --git a/src/maemo/easysetup/modest-easysetup-country-combo-box.c b/src/maemo/easysetup/modest-easysetup-country-combo-box.c index fc900af..bac8fb8 100644 --- a/src/maemo/easysetup/modest-easysetup-country-combo-box.c +++ b/src/maemo/easysetup/modest-easysetup-country-combo-box.c @@ -229,11 +229,11 @@ easysetup_country_combo_box_set_active_country_locale (EasysetupCountryComboBox #if MODEST_HILDON_API < 2 model = gtk_combo_box_get_model (GTK_COMBO_BOX (self)); - g_message ("HILDON < 2"); + g_debug ("%s: HILDON < 2", __FUNCTION__); #else model = hildon_touch_selector_get_model (hildon_picker_button_get_selector (HILDON_PICKER_BUTTON (self)), 0); - g_message ("HILDON >= 2"); + g_debug ("%s: HILDON >= 2", __FUNCTION__); #endif if (!gtk_tree_model_get_iter_first (model, &iter)) return FALSE;