diff options
Diffstat (limited to 'calendar/gui/year-view.h')
-rw-r--r-- | calendar/gui/year-view.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/year-view.h b/calendar/gui/year-view.h index fa0b4ed65c..071380ba2b 100644 --- a/calendar/gui/year-view.h +++ b/calendar/gui/year-view.h @@ -63,6 +63,9 @@ void year_view_set (YearView *yv, time_t year); /* Notifies the year view that the time format has changed */ void year_view_time_format_changed (YearView *yv); +/* Notifies the year view that colors have changed */ +void year_view_colors_changed (YearView *yv); + END_GNOME_DECLS |