From d937713c424a6cb1a365a1ade214c97ab5f7f357 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 8 Mar 2025 15:59:45 +0100 Subject: .lat{ => itude}, .lon{ => gitude} MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/location-geoclue2.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/location-geoclue2.c') diff --git a/src/location-geoclue2.c b/src/location-geoclue2.c index 5e66465..1fcfa51 100644 --- a/src/location-geoclue2.c +++ b/src/location-geoclue2.c @@ -107,10 +107,10 @@ geoclue_client_signal_cb(GDBusProxy *client, gchar *sender_name, gchar *signal_n /* Read location properties */ lat_v = g_dbus_proxy_get_cached_property(location, "Latitude"); - state->location.lat = g_variant_get_double(lat_v); + state->location.latitude = g_variant_get_double(lat_v); lon_v = g_dbus_proxy_get_cached_property(location, "Longitude"); - state->location.lon = g_variant_get_double(lon_v); + state->location.longitude = g_variant_get_double(lon_v); state->available = 1; @@ -318,8 +318,8 @@ location_geoclue2_start(struct location_state *state) state->available = 0; state->error = 0; - state->location.lat = 0; - state->location.lon = 0; + state->location.latitude = 0; + state->location.longitude = 0; if (pipeutils_create_nonblocking(pipefds)) { weprintf(_("Failed to start GeoClue2 provider!")); -- cgit v1.2.3-70-g09d2