summaryrefslogtreecommitdiff
path: root/src/trg-peers-model.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <alan@eth0.org.uk>2012-06-26 18:12:02 +0100
committerGravatar Alan Fitton <alan@eth0.org.uk>2012-06-26 18:12:02 +0100
commit1ca63e2ab9bdfc1252c1fdd5a864c8db8852d162 (patch)
tree9ac3f5a07e46013d306954de7818405e260709cd /src/trg-peers-model.c
parent9094eb1fe7d6358db02f6316b5c3c0b49070bcce (diff)
fix compilation with libappindicator
Diffstat (limited to 'src/trg-peers-model.c')
-rw-r--r--src/trg-peers-model.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trg-peers-model.c b/src/trg-peers-model.c
index 7de7203..980e2a0 100644
--- a/src/trg-peers-model.c
+++ b/src/trg-peers-model.c
@@ -250,7 +250,7 @@ static void trg_peers_model_init(TrgPeersModel * self)
#ifdef HAVE_GEOIP
#ifdef WIN32
geoip_db_path = trg_win32_support_path("GeoIP.dat");
- geoip_v6_db_path = trg_win32_support_path("GeoIP.dat");
+ geoip_v6_db_path = trg_win32_support_path("GeoIPv6.dat");
#else
geoip_db_path = g_strdup(TRG_GEOIP_DATABASE);
geoip_v6_db_path = g_strdup(TRG_GEOIPV6_DATABASE);