diff options
Diffstat (limited to 'calendar/gui/calendar-view.c')
-rw-r--r-- | calendar/gui/calendar-view.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/calendar-view.c b/calendar/gui/calendar-view.c index f46f3cc117..894cca807e 100644 --- a/calendar/gui/calendar-view.c +++ b/calendar/gui/calendar-view.c @@ -41,7 +41,7 @@ static void calendar_view_class_init (CalendarViewClass *class); static void calendar_view_init (CalendarView *cview); static void calendar_view_destroy (GtkObject *object); -static void calendar_view_edit (GalView *view); +static void calendar_view_edit (GalView *view, GtkWindow *parent_window); static void calendar_view_load (GalView *view, const char *filename); static void calendar_view_save (GalView *view, const char *filename); static const char *calendar_view_get_title (GalView *view); @@ -120,7 +120,7 @@ calendar_view_destroy (GtkObject *object) /* edit method of the calendar view */ static void -calendar_view_edit (GalView *view) +calendar_view_edit (GalView *view, GtkWindow *parent_window) { /* nothing */ } |