aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/comp-editor-page.h
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2002-10-18 04:59:33 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2002-10-18 04:59:33 +0800
commit4ebe5d030931b7b3c8d9cac9e16277ce4250468b (patch)
treed4a884f3c4fe525b309921b2115442e2b86ca1ca /calendar/gui/dialogs/comp-editor-page.h
parentd91364b0562ad2d80186c8bc5e94a7792989a53d (diff)
downloadgsoc2013-evolution-4ebe5d030931b7b3c8d9cac9e16277ce4250468b.tar.gz
gsoc2013-evolution-4ebe5d030931b7b3c8d9cac9e16277ce4250468b.tar.zst
gsoc2013-evolution-4ebe5d030931b7b3c8d9cac9e16277ce4250468b.zip
changed to have a gboolean return type, which is what it's supposed to do.
2002-10-17 Rodrigo Moya <rodrigo@ximian.com> * gui/dialogs/recurrence-page.c (fill_component): changed to have a gboolean return type, which is what it's supposed to do. (recurrence_page_fill_component): return the result from fill_component. * gui/dialogs/comp-editor-page.h: fixed typo in function prototype. svn path=/trunk/; revision=18387
Diffstat (limited to 'calendar/gui/dialogs/comp-editor-page.h')
-rw-r--r--calendar/gui/dialogs/comp-editor-page.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/gui/dialogs/comp-editor-page.h b/calendar/gui/dialogs/comp-editor-page.h
index 4e5eadebda..51a94a6918 100644
--- a/calendar/gui/dialogs/comp-editor-page.h
+++ b/calendar/gui/dialogs/comp-editor-page.h
@@ -100,9 +100,9 @@ void comp_editor_page_notify_summary_changed (CompEditorPage *page,
const char *summary);
void comp_editor_page_notify_dates_changed (CompEditorPage *page,
CompEditorPageDates *dates);
-void comp_editor_display_validation_error (CompEditorPage *page,
- const char *msg,
- GtkWidget *field);
+void comp_editor_page_display_validation_error (CompEditorPage *page,
+ const char *msg,
+ GtkWidget *field);