From b91ab973ed932fc95357a0531e8c548edacce215 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 15 Mar 2010 10:29:08 +0100 Subject: return correct value in g_return_val_if_fail --- libempathy-gtk/empathy-contact-selector-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libempathy-gtk/empathy-contact-selector-dialog.c b/libempathy-gtk/empathy-contact-selector-dialog.c index 11e4dd82a..c09b25cef 100644 --- a/libempathy-gtk/empathy-contact-selector-dialog.c +++ b/libempathy-gtk/empathy-contact-selector-dialog.c @@ -566,7 +566,7 @@ empathy_contact_selector_dialog_get_filter_account ( { EmpathyContactSelectorDialogPriv *priv; - g_return_val_if_fail (EMPATHY_IS_CONTACT_SELECTOR_DIALOG (self), FALSE); + g_return_val_if_fail (EMPATHY_IS_CONTACT_SELECTOR_DIALOG (self), NULL); priv = GET_PRIV (self); return priv->filter_account; -- cgit v1.2.3