aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/comp-editor-page.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/dialogs/comp-editor-page.c')
-rw-r--r--calendar/gui/dialogs/comp-editor-page.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/comp-editor-page.c b/calendar/gui/dialogs/comp-editor-page.c
index e2187af06c..0869d67fb9 100644
--- a/calendar/gui/dialogs/comp-editor-page.c
+++ b/calendar/gui/dialogs/comp-editor-page.c
@@ -237,7 +237,7 @@ comp_editor_page_focus_main_widget (CompEditorPage *page)
gboolean
comp_editor_page_fill_widgets (CompEditorPage *page, ECalComponent *comp)
{
- g_return_val_if_fail (COMP_IS_EDITOR_PAGE (page), FALSE);
+ g_return_val_if_fail (IS_COMP_EDITOR_PAGE (page), FALSE);
g_return_val_if_fail (E_IS_CAL_COMPONENT (comp), FALSE);
g_assert (CLASS (page)->fill_widgets != NULL);