[gnome-initial-setup] location: Fix a deprecated call



commit c8e2c34d5912c3e721c962dee227e8c9e50e163d
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Sat Jun 15 00:57:02 2013 -0400

    location: Fix a deprecated call

 .../pages/location/gis-location-page.c             |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-initial-setup/pages/location/gis-location-page.c 
b/gnome-initial-setup/pages/location/gis-location-page.c
index 0d15128..359f602 100644
--- a/gnome-initial-setup/pages/location/gis-location-page.c
+++ b/gnome-initial-setup/pages/location/gis-location-page.c
@@ -296,7 +296,7 @@ gis_location_page_constructed (GObject *object)
 
   gtk_container_add (GTK_CONTAINER (frame), map);
 
-  world = gweather_location_new_world (FALSE);
+  world = gweather_location_new_world (TRUE);
   entry = gweather_location_entry_new (world);
   gtk_entry_set_placeholder_text (GTK_ENTRY (entry), _("Search for a location"));
   gtk_widget_set_halign (entry, GTK_ALIGN_FILL);


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