GNOME Bugzilla – Bug 697223
lib: Add GeocodeIpclient:compatibility-mode property
Last modified: 2013-04-04 19:33:37 UTC
See patch.
Created attachment 240543 [details] [review] lib: Add GeocodeIpclient:compatibility-mode property App must enable this mode if they want to use freegeoip's (or a compatible) service.
Review of attachment 240543 [details] [review]: ::: geocode-glib/geocode-ipclient.c @@ +215,3 @@ + uri = g_strdup_printf ("%s/%s", + ipclient->priv->server, + ipaddress); You need to escape this.
Created attachment 240607 [details] [review] lib: Add GeocodeIpclient:compatibility-mode property v2: Escape IP address.
Review of attachment 240607 [details] [review]: Looks good.
Attachment 240607 [details] pushed as 05b0009 - lib: Add GeocodeIpclient:compatibility-mode property