aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/ui
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2012-04-13 21:19:32 +0200
committerSamuel Tardieu <sam@rfc1149.net>2012-04-13 21:21:00 +0200
commit135d0a034c1fe780e2de56b591c3c2ed36169439 (patch)
treee87e3ae24ce5c413bb615491f31e9a9a60fed36b /main/src/cgeo/geocaching/ui
parent8914bda79b172f21b5979769e0002a7f5f910db5 (diff)
parentb2354d78eed1b392620be489a6aadfd3f99a6da3 (diff)
downloadcgeo-135d0a034c1fe780e2de56b591c3c2ed36169439.zip
cgeo-135d0a034c1fe780e2de56b591c3c2ed36169439.tar.gz
cgeo-135d0a034c1fe780e2de56b591c3c2ed36169439.tar.bz2
Merge branch 'common-network-code' into upstream
Conflicts: main/src/cgeo/geocaching/CacheDetailActivity.java
Diffstat (limited to 'main/src/cgeo/geocaching/ui')
-rw-r--r--main/src/cgeo/geocaching/ui/DirectionImage.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/ui/DirectionImage.java b/main/src/cgeo/geocaching/ui/DirectionImage.java
index aa01b97..92ed64d 100644
--- a/main/src/cgeo/geocaching/ui/DirectionImage.java
+++ b/main/src/cgeo/geocaching/ui/DirectionImage.java
@@ -17,7 +17,7 @@ public class DirectionImage {
}
final HttpResponse httpResponse =
- Network.request("http://www.geocaching.com/ImgGen/seek/CacheDir.ashx", new Parameters("k", code), false);
+ Network.request("http://www.geocaching.com/ImgGen/seek/CacheDir.ashx", new Parameters("k", code));
if (httpResponse != null) {
LocalStorage.saveEntityToFile(httpResponse, getDirectionFile(geocode, true));
}