Skip to content

Commit

Permalink
r5068
Browse files Browse the repository at this point in the history
  • Loading branch information
ntrel committed Aug 11, 2010
1 parent f9d50c6 commit c1bc7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keyfile.c
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ gboolean configuration_load(void)
if (! g_file_test(configfile, G_FILE_TEST_IS_REGULAR | G_FILE_TEST_IS_SYMLINK))
{ /* config file does not (yet) exist, so try to load a global config file which may be */
/* created by distributors */
geany_debug("No config file found, try to use global configuration.");
geany_debug("No user config file found, trying to use global configuration.");
setptr(configfile, g_strconcat(app->datadir, G_DIR_SEPARATOR_S "geany.conf", NULL));
}

Expand Down

0 comments on commit c1bc7ba

Please sign in to comment.