diff options
Diffstat (limited to 'applets/clock/clock-map.h')
-rw-r--r-- | applets/clock/clock-map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/clock/clock-map.h b/applets/clock/clock-map.h index 2b662c87..0df4a416 100644 --- a/applets/clock/clock-map.h +++ b/applets/clock/clock-map.h @@ -26,7 +26,7 @@ typedef struct { GtkWidgetClass parent_class; - GList *(* need_locations) (ClockMap *map); + GSList *(* need_locations) (ClockMap *map); } ClockMapClass; GType clock_map_get_type (void); |