SF.net SVN: geany:[5134] branches/Geany-0_19_1/src/keyfile.c

ntrel at users.sourceforge.net ntrel at xxxxx
Wed Aug 11 14:16:42 UTC 2010


Revision: 5134
          http://geany.svn.sourceforge.net/geany/?rev=5134&view=rev
Author:   ntrel
Date:     2010-08-11 14:16:42 +0000 (Wed, 11 Aug 2010)

Log Message:
-----------
r5068

Modified Paths:
--------------
    branches/Geany-0_19_1/src/keyfile.c

Modified: branches/Geany-0_19_1/src/keyfile.c
===================================================================
--- branches/Geany-0_19_1/src/keyfile.c	2010-08-11 14:13:24 UTC (rev 5133)
+++ branches/Geany-0_19_1/src/keyfile.c	2010-08-11 14:16:42 UTC (rev 5134)
@@ -938,7 +938,7 @@
 	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));
 	}
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list