diff options
Diffstat (limited to 'calendar/month-view.h')
-rw-r--r-- | calendar/month-view.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/month-view.h b/calendar/month-view.h index a164332f98..70476c82f2 100644 --- a/calendar/month-view.h +++ b/calendar/month-view.h @@ -55,6 +55,9 @@ void month_view_set (MonthView *mv, time_t month); /* Notifies the month view that the time format has changed */ void month_view_time_format_changed (MonthView *mv); +/* Notifies the month view that the colors have changed */ +void month_view_colors_changed (MonthView *mv); + END_GNOME_DECLS |