diff options
Diffstat (limited to 'plugins/calendar-weather')
-rw-r--r-- | plugins/calendar-weather/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/calendar-weather/calendar-weather.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/plugins/calendar-weather/ChangeLog b/plugins/calendar-weather/ChangeLog index e81bffd51f..82a7b7fd60 100644 --- a/plugins/calendar-weather/ChangeLog +++ b/plugins/calendar-weather/ChangeLog @@ -1,3 +1,8 @@ +2007-10-26 Kjartan Maraas <kmaraas@gnome.org> + + * calendar-weather.c: (load_locations), (treeview_clicked): + ANSIfication of function declaration. + 2007-05-24 Matthew Barnes <mbarnes@redhat.com> * calendar-weather.c (e_calendar_weather_location): diff --git a/plugins/calendar-weather/calendar-weather.c b/plugins/calendar-weather/calendar-weather.c index bd4563c489..a7ad776894 100644 --- a/plugins/calendar-weather/calendar-weather.c +++ b/plugins/calendar-weather/calendar-weather.c @@ -146,7 +146,7 @@ parse_subtree (GtkTreeIter *parent, xmlNode *node) } static void -load_locations () +load_locations (void) { xmlDoc *doc; xmlNode *root, *child; |