From: Sergio Villar Senin Date: Mon, 26 Oct 2009 15:57:53 +0000 (+0100) Subject: Added two new exceptions for the country parsing. It's a workaround to fix bad values... X-Git-Tag: 3.1.7~1 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=6b278f424ea98b040de03e6ad307a551b484b725 Added two new exceptions for the country parsing. It's a workaround to fix bad values present in operator-wizards --- diff --git a/src/modest-utils.c b/src/modest-utils.c index 1f09385..eaa4455 100644 --- a/src/modest-utils.c +++ b/src/modest-utils.c @@ -865,8 +865,11 @@ effective_mcc (gint mcc) { switch (mcc) { case 405: return 404; /* india */ - case 441: return 440; /* japan */ + case 441: return 440; /* japan */ + case 348: /* NOTE: see below */ case 235: return 234; /* united kingdom */ + case 289: return 282; /* georgia */ + case 549: /* NOTE: see below */ case 311: case 312: case 313: @@ -875,6 +878,9 @@ effective_mcc (gint mcc) case 316: return 310; /* united states */ default: return mcc; } + /* NOTE: 348 for UK and 549 for US are not correct, but we do + a workaround here as changing operator-wizard package is + more difficult */ } /* each line is of the form: