Skip to content
Snippets Groups Projects
Commit ce7c190d authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#3376] Display addressbook gconf error as normal message

since not always set up on fresh instalation
parent f8dd2919
No related branches found
No related tags found
No related merge requests found
......@@ -517,14 +517,14 @@ fill_books_data ()
source_list = e_source_list_new_for_gconf_default ("/apps/evolution/addressbook/sources");
if (source_list == NULL) {
ERROR ("Addressbook: Error could not initialize source list for addressbook");
DEBUG ("Addressbook: Error could not initialize source list for addressbook");
return;
}
list = e_source_list_peek_groups (source_list);
if (!list) {
ERROR ("Addressbook: Address Book source groups are missing! Check your GConf setup.");
DEBUG ("Addressbook: Address Book source groups are missing! Check your GConf setup.");
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment