aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/event-page.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/dialogs/event-page.c')
-rw-r--r--calendar/gui/dialogs/event-page.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/gui/dialogs/event-page.c b/calendar/gui/dialogs/event-page.c
index a60b87c4c9..7e5e2b8dda 100644
--- a/calendar/gui/dialogs/event-page.c
+++ b/calendar/gui/dialogs/event-page.c
@@ -1503,13 +1503,13 @@ event_page_fill_component (CompEditorPage *page, ECalComponent *comp)
/* Sanity Check */
if (a == NULL) {
- e_notice (page, GTK_MESSAGE_ERROR,
+ e_notice (priv->main, GTK_MESSAGE_ERROR,
_("The organizer selected no longer has an account."));
return FALSE;
}
if (a->id->address == NULL || strlen (a->id->address) == 0) {
- e_notice (page, GTK_MESSAGE_ERROR,
+ e_notice (priv->main, GTK_MESSAGE_ERROR,
_("An organizer is required."));
return FALSE;
}
@@ -1534,7 +1534,7 @@ event_page_fill_component (CompEditorPage *page, ECalComponent *comp)
}
if (e_meeting_store_count_actual_attendees (priv->model) < 1) {
- e_notice (page, GTK_MESSAGE_ERROR,
+ e_notice (priv->main, GTK_MESSAGE_ERROR,
_("At least one attendee is required."));
return FALSE;
}