diff options
Diffstat (limited to 'libgweather/gweather-weather.c')
-rw-r--r-- | libgweather/gweather-weather.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libgweather/gweather-weather.c b/libgweather/gweather-weather.c index 897b684..d8301de 100644 --- a/libgweather/gweather-weather.c +++ b/libgweather/gweather-weather.c @@ -2437,9 +2437,10 @@ GWeatherInfo * _gweather_info_new_clone (GWeatherInfo *original) { return g_object_new (GWEATHER_TYPE_INFO, - "location", original->glocation, - "enabled-providers", original->providers, "application-id", original->application_id, + "contact-info", original->contact_info, + "enabled-providers", original->providers, + "location", original->glocation, NULL); } |