diff options
Diffstat (limited to 'calendar/gui/dialogs/memo-page.c')
-rw-r--r-- | calendar/gui/dialogs/memo-page.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/dialogs/memo-page.c b/calendar/gui/dialogs/memo-page.c index d89e7a4049..4696e82428 100644 --- a/calendar/gui/dialogs/memo-page.c +++ b/calendar/gui/dialogs/memo-page.c @@ -738,13 +738,13 @@ memo_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; } |