SF.net SVN: geany:[5377] trunk/src/main.c
ntrel at users.sourceforge.net
ntrel at xxxxx
Sun Nov 7 16:39:50 UTC 2010
Revision: 5377
http://geany.svn.sourceforge.net/geany/?rev=5377&view=rev
Author: ntrel
Date: 2010-11-07 16:39:49 +0000 (Sun, 07 Nov 2010)
Log Message:
-----------
Add startup debug messages to show app->datadir and app->configdir.
Modified Paths:
--------------
trunk/src/main.c
Modified: trunk/src/main.c
===================================================================
--- trunk/src/main.c 2010-11-07 15:40:18 UTC (rev 5376)
+++ trunk/src/main.c 2010-11-07 16:39:49 UTC (rev 5377)
@@ -999,6 +999,8 @@
gtk_major_version, gtk_minor_version, gtk_micro_version,
glib_major_version, glib_minor_version, glib_micro_version,
locale);
+ geany_debug("System data dir: %s", app->datadir);
+ geany_debug("User config dir: %s", app->configdir);
/* create the object so Geany signals can be connected in init() functions */
geany_object = geany_object_new();
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