* Revert changes made in r3868. We have a better solution now
[modest] / src / maemo / easysetup / modest-easysetup-country-combo-box.h
index 880d29a..c89ecf1 100644 (file)
@@ -68,8 +68,12 @@ GType easysetup_country_combo_box_get_type (void);
 
 EasysetupCountryComboBox* easysetup_country_combo_box_new (void);
 
-guint easysetup_country_combo_box_get_active_country_id (EasysetupCountryComboBox *self);
-gboolean easysetup_country_combo_box_set_active_country_id (EasysetupCountryComboBox *self, guint mcc_id);
+void easysetup_country_combo_box_load_data(EasysetupCountryComboBox *self);
+
+gint easysetup_country_combo_box_get_active_country_mcc (EasysetupCountryComboBox *self);
+
+
+gboolean easysetup_country_combo_box_set_active_country_mcc (EasysetupCountryComboBox *self, guint mcc);
 
 G_END_DECLS