background: fix a compilation warning
This commit is contained in:
parent
84a2b3e353
commit
7b7f67fbae
1 changed files with 1 additions and 1 deletions
|
@ -486,7 +486,7 @@ cc_background_xml_load_xml (CcBackgroundXml *xml,
|
||||||
g_return_val_if_fail (CC_IS_BACKGROUND_XML (xml), FALSE);
|
g_return_val_if_fail (CC_IS_BACKGROUND_XML (xml), FALSE);
|
||||||
|
|
||||||
if (g_file_test (filename, G_FILE_TEST_IS_REGULAR) == FALSE)
|
if (g_file_test (filename, G_FILE_TEST_IS_REGULAR) == FALSE)
|
||||||
return NULL;
|
return FALSE;
|
||||||
|
|
||||||
return cc_background_xml_load_xml_internal (xml, filename, FALSE);
|
return cc_background_xml_load_xml_internal (xml, filename, FALSE);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue