From 488e83927c0df7d0e4210b697a387462961e92fd Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Mon, 3 Sep 2007 02:19:25 +0000 Subject: Fix for a build break. svn path=/trunk/; revision=34161 --- addressbook/gui/component/addressbook-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui/component') diff --git a/addressbook/gui/component/addressbook-config.c b/addressbook/gui/component/addressbook-config.c index 77624a6ee5..1ea318e560 100644 --- a/addressbook/gui/component/addressbook-config.c +++ b/addressbook/gui/component/addressbook-config.c @@ -214,7 +214,7 @@ source_to_uri_parts (ESource *source, gchar **host, gchar **rootdn, AddressbookL LDAPURLDesc *lud; gint ldap_error; - g_return_val_if_fail (source); + g_return_val_if_fail (source, FALSE); uri = e_source_get_uri (source); ldap_error = ldap_url_parse ((gchar *) uri, &lud); -- cgit v1.2.3