aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-03-15 17:29:08 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-03-15 17:29:08 +0800
commitb91ab973ed932fc95357a0531e8c548edacce215 (patch)
tree01f22b62aafad480d095cfdee8acde542951fcd9
parentc30bc2459bfdbd29f5607e48c9d94f1476defc80 (diff)
downloadgsoc2013-empathy-b91ab973ed932fc95357a0531e8c548edacce215.tar
gsoc2013-empathy-b91ab973ed932fc95357a0531e8c548edacce215.tar.gz
gsoc2013-empathy-b91ab973ed932fc95357a0531e8c548edacce215.tar.bz2
gsoc2013-empathy-b91ab973ed932fc95357a0531e8c548edacce215.tar.lz
gsoc2013-empathy-b91ab973ed932fc95357a0531e8c548edacce215.tar.xz
gsoc2013-empathy-b91ab973ed932fc95357a0531e8c548edacce215.tar.zst
gsoc2013-empathy-b91ab973ed932fc95357a0531e8c548edacce215.zip
return correct value in g_return_val_if_fail
-rw-r--r--libempathy-gtk/empathy-contact-selector-dialog.c2
1 files changed, 1 insertions, 1 deletions
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;