* make the easy setup stuff somewhat working, using real data
[modest] / src / maemo / easysetup / modest-easysetup-country-combo-box.c
index 90083b9..5f15bd9 100644 (file)
@@ -151,7 +151,7 @@ static void load_from_file (EasysetupCountryComboBox *self)
        EasysetupCountryComboBoxPrivate *priv = COUNTRY_COMBO_BOX_GET_PRIVATE (self);
        
        /* Load the file one line at a time: */
-       const gchar* filepath = "/usr/share/operator-wizard/mcc_mapping";
+       const gchar* filepath = PROVIDER_DATA_DIR "/mcc_mapping";
        FILE *file = fopen(filepath, "r");
        if (!file)
        {