Added initial stabber test

This commit is contained in:
James Booth
2015-05-17 22:05:43 +01:00
parent 97c5072f56
commit 2c5b44421e
13 changed files with 60 additions and 16 deletions

View File

@@ -82,7 +82,7 @@ prefs_load(void)
{
GError *err;
log_info("Loading preferences");
// log_info("Loading preferences");
prefs_loc = _get_preferences_file();
if (g_file_test(prefs_loc, G_FILE_TEST_EXISTS)) {
@@ -739,4 +739,4 @@ _get_default_string(preference_t pref)
default:
return NULL;
}
}
}