diff options
Diffstat (limited to 'applets/clock/clock-location.h')
-rw-r--r-- | applets/clock/clock-location.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/clock/clock-location.h b/applets/clock/clock-location.h index c12072ff..9e56b5ca 100644 --- a/applets/clock/clock-location.h +++ b/applets/clock/clock-location.h @@ -39,7 +39,7 @@ ClockLocation *clock_location_new (const gchar *name, const gchar *city, const gchar *code, WeatherPrefs *prefs); -ClockLocation *clock_location_find_and_ref (GList *locations, +ClockLocation *clock_location_find_and_ref (GSList *locations, const gchar *name, const gchar *city, const gchar *timezone, |