summaryrefslogtreecommitdiff
path: root/applets/clock/clock-location.c
diff options
context:
space:
mode:
Diffstat (limited to 'applets/clock/clock-location.c')
-rw-r--r--applets/clock/clock-location.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/applets/clock/clock-location.c b/applets/clock/clock-location.c
index a983872c..1808c0dd 100644
--- a/applets/clock/clock-location.c
+++ b/applets/clock/clock-location.c
@@ -67,7 +67,7 @@ static void setup_weather_updates (ClockLocation *loc);
static gchar *clock_location_get_valid_weather_code (const gchar *code);
ClockLocation *
-clock_location_find_and_ref (GList *locations,
+clock_location_find_and_ref (GSList *locations,
const gchar *name,
const gchar *city,
const gchar *timezone,
@@ -75,7 +75,7 @@ clock_location_find_and_ref (GList *locations,
gfloat longitude,
const gchar *code)
{
- GList *l;
+ GSList *l;
ClockLocationPrivate *priv;
for (l = locations; l != NULL; l = l->next) {