sqush a typo in pk_conf_get_filename

This commit is contained in:
Richard Hughes 2008-04-02 20:20:37 +01:00
parent 56d1061223
commit 941de35bd0

View File

@ -154,7 +154,7 @@ pk_conf_get_filename (void)
#endif
/* check the prefix path */
path = g_build_filename (SYSCONFDIR, "PackageKit", "PackageKit.conf", NULL);
if (!g_file_test (path, G_FILE_TEST_EXISTS)) {
if (g_file_test (path, G_FILE_TEST_EXISTS)) {
goto out;
}