[gnome-initial-setup] Adapt to API changes in libgweather after patch review



commit 101855db9b154f277a5746f56a2282d256a340c4
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Fri Oct 25 17:05:42 2013 +0200

    Adapt to API changes in libgweather after patch review

 .../pages/timezone/gis-timezone-page.c             |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-initial-setup/pages/timezone/gis-timezone-page.c 
b/gnome-initial-setup/pages/timezone/gis-timezone-page.c
index 030553f..17ab221 100644
--- a/gnome-initial-setup/pages/timezone/gis-timezone-page.c
+++ b/gnome-initial-setup/pages/timezone/gis-timezone-page.c
@@ -226,7 +226,7 @@ get_location_from_geoclue (GisTimezonePage *page)
   longitude = g_variant_get_double (value);
   g_variant_unref (value);
 
-  glocation = gweather_location_find_nearest_city (latitude, longitude);
+  glocation = gweather_location_find_nearest_city (NULL, latitude, longitude);
 
  out:
   set_auto_location (page, glocation);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]