]> git.street.me.uk Git - andy/viking.git/blobdiff - src/googlesearch.c
Cursors!
[andy/viking.git] / src / googlesearch.c
index e616d0531bca20617a4a436c4f20cfe2665bd231..5a6fccb2e6d15ff1dd09f9fcb207c5d59f0d7046 100644 (file)
@@ -35,7 +35,7 @@ static gchar *last_search_str = NULL;
 static VikCoord *last_coord = NULL;
 static gchar *last_successful_search_str = NULL;
 
-static DownloadOptions googlesearch_options = { 0, "http://maps.google.com/" };
+static DownloadOptions googlesearch_options = { "http://maps.google.com/", 0 };
 
 gchar * a_googlesearch_get_search_string_for_this_place(VikWindow *vw)
 {