diff options
author | Perberos <[email protected]> | 2011-11-08 14:30:53 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-08 14:30:53 -0300 |
commit | b65a74287bf28bec6e020af51a34e123c670b531 (patch) | |
tree | 024aace2cf9b17cc8124544581c34b96bc530a26 /src/currency.c | |
parent | 2358ba4314dc6d757049bc4871ecf2922614b61b (diff) | |
download | mate-calc-b65a74287bf28bec6e020af51a34e123c670b531.tar.bz2 mate-calc-b65a74287bf28bec6e020af51a34e123c670b531.tar.xz |
renaming from gcalctool to mate-conf
Diffstat (limited to 'src/currency.c')
-rw-r--r-- | src/currency.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/currency.c b/src/currency.c index 1900a58..4029763 100644 --- a/src/currency.c +++ b/src/currency.c @@ -25,7 +25,7 @@ static char* get_rate_filepath() { return g_build_filename(g_get_user_cache_dir (), - "gcalctool", + "mate-calc", "eurofxref-daily.xml", NULL); } @@ -211,7 +211,7 @@ currency_convert(const MPNumber *from_amount, } if (!loaded_rates) currency_load_rates(); - + from_index = currency_get_index(source_currency); to_index = currency_get_index(target_currency); if (from_index < 0 || to_index < 0) |