diff options
Diffstat (limited to 'calendar/gui/weekday-picker.h')
-rw-r--r-- | calendar/gui/weekday-picker.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/weekday-picker.h b/calendar/gui/weekday-picker.h index df053a1f6f..cd24bb86e4 100644 --- a/calendar/gui/weekday-picker.h +++ b/calendar/gui/weekday-picker.h @@ -49,6 +49,8 @@ struct _WeekdayPicker { struct _WeekdayPickerClass { GnomeCanvasClass parent_class; + + void (* changed) (WeekdayPicker *wp); }; GtkType weekday_picker_get_type (void); |