diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-07-29 09:01:08 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-07-29 09:33:01 +0800 |
commit | 41569bb778e228d4f5a04cb1e15bfa5b49bb044b (patch) | |
tree | 3cd61379dbfcca4a9998800bbe9680b87fcb9692 /calendar/gui/e-month-view.h | |
parent | 7bebc31932e74db65e3720f32ab2f6664fd9e58b (diff) | |
download | gsoc2013-evolution-41569bb778e228d4f5a04cb1e15bfa5b49bb044b.tar.gz gsoc2013-evolution-41569bb778e228d4f5a04cb1e15bfa5b49bb044b.tar.zst gsoc2013-evolution-41569bb778e228d4f5a04cb1e15bfa5b49bb044b.zip |
Trimming redundancy.
Diffstat (limited to 'calendar/gui/e-month-view.h')
-rw-r--r-- | calendar/gui/e-month-view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-month-view.h b/calendar/gui/e-month-view.h index c68346b3e2..0ff91a963f 100644 --- a/calendar/gui/e-month-view.h +++ b/calendar/gui/e-month-view.h @@ -59,7 +59,7 @@ struct _EMonthViewClass { }; GType e_month_view_get_type (void); -GtkWidget * e_month_view_new (ECalModel *model); +ECalendarView * e_month_view_new (ECalModel *model); G_END_DECLS |