aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-list-editor
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2007-09-03 02:51:21 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2007-09-03 02:51:21 +0800
commit0a362c9453f46464d6f227b410f12ff271af16e4 (patch)
treef10d8ede5a9f52f12ccfeecacbfce070af8b05f6 /addressbook/gui/contact-list-editor
parentf8374109ac06f8c0528dcf27f214f26c5d2aaf8d (diff)
downloadgsoc2013-evolution-0a362c9453f46464d6f227b410f12ff271af16e4.tar
gsoc2013-evolution-0a362c9453f46464d6f227b410f12ff271af16e4.tar.gz
gsoc2013-evolution-0a362c9453f46464d6f227b410f12ff271af16e4.tar.bz2
gsoc2013-evolution-0a362c9453f46464d6f227b410f12ff271af16e4.tar.lz
gsoc2013-evolution-0a362c9453f46464d6f227b410f12ff271af16e4.tar.xz
gsoc2013-evolution-0a362c9453f46464d6f227b410f12ff271af16e4.tar.zst
gsoc2013-evolution-0a362c9453f46464d6f227b410f12ff271af16e4.zip
** Fix for bug #471791 (Move away from assert to g_ret)
svn path=/trunk/; revision=34157
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;