]> git.street.me.uk Git - andy/viking.git/blobdiff - src/googlesearch.c
Remove dependencies to gob2
[andy/viking.git] / src / googlesearch.c
index d283bcfd9aaf1b5a34f272a604996c0a6c47934e..6a63eb546adc73fd52aa3b6672acffea23875218 100644 (file)
@@ -42,7 +42,7 @@ static gchar *last_search_str = NULL;
 static VikCoord *last_coord = NULL;
 static gchar *last_successful_search_str = NULL;
 
-static DownloadOptions googlesearch_options = { "http://maps.google.com/", 0 };
+static DownloadOptions googlesearch_options = { "http://maps.google.com/", 0, a_check_map_file };
 
 gchar * a_googlesearch_get_search_string_for_this_place(VikWindow *vw)
 {