aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-list-editor
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/contact-list-editor')
-rw-r--r--addressbook/gui/contact-list-editor/e-contact-list-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/contact-list-editor/e-contact-list-editor.c b/addressbook/gui/contact-list-editor/e-contact-list-editor.c
index 6f6b797aca..ebc89c4b2a 100644
--- a/addressbook/gui/contact-list-editor/e-contact-list-editor.c
+++ b/addressbook/gui/contact-list-editor/e-contact-list-editor.c
@@ -641,7 +641,7 @@ static void
e_contact_list_editor_close (EABEditor *editor)
{
EContactListEditor *cle = E_CONTACT_LIST_EDITOR (editor);
- g_assert (cle->app != NULL);
+ g_return_if_fail (cle->app != NULL);
gtk_widget_destroy (cle->app);
cle->app = NULL;