SF.net SVN: geany-plugins:[634] trunk/geanygdb/src/geanydebug.c
kugel- at users.sourceforge.net
kugel- at xxxxx
Sat May 9 20:04:40 UTC 2009
Revision: 634
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=634&view=rev
Author: kugel-
Date: 2009-05-09 20:04:40 +0000 (Sat, 09 May 2009)
Log Message:
-----------
Read debugger.cfg for now, since it's not yet renamed to the new naming scheme.
Modified Paths:
--------------
trunk/geanygdb/src/geanydebug.c
Modified: trunk/geanygdb/src/geanydebug.c
===================================================================
--- trunk/geanygdb/src/geanydebug.c 2009-05-09 20:00:18 UTC (rev 633)
+++ trunk/geanygdb/src/geanydebug.c 2009-05-09 20:04:40 UTC (rev 634)
@@ -386,7 +386,7 @@
dialogs_show_msgbox(GTK_MESSAGE_ERROR,
_("geanygdb: ttyhelper program not found."));
- config_file = g_build_filename(gdbio_setup.temp_dir, UNIX_NAME ".cfg", NULL);
+ config_file = g_build_filename(gdbio_setup.temp_dir,"debugger.cfg", NULL);
gdbui_opts_init();
if (g_key_file_load_from_file(kf, config_file, G_KEY_FILE_NONE, NULL))
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Plugins-Commits
mailing list