Revision: 116 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=116&view=rev Author: eht16 Date: 2008-07-12 04:50:18 -0700 (Sat, 12 Jul 2008)
Log Message: ----------- Fix missing change in last commit.
Modified Paths: -------------- trunk/spellcheck/src/spellcheck.c
Modified: trunk/spellcheck/src/spellcheck.c =================================================================== --- trunk/spellcheck/src/spellcheck.c 2008-07-12 10:46:07 UTC (rev 115) +++ trunk/spellcheck/src/spellcheck.c 2008-07-12 11:50:18 UTC (rev 116) @@ -681,7 +681,7 @@
sc = g_new0(SpellCheck, 1);
- sc->config_file = g_strconcat(app->configdir, G_DIR_SEPARATOR_S, "plugins", G_DIR_SEPARATOR_S, + sc->config_file = g_strconcat(geany->app->configdir, G_DIR_SEPARATOR_S, "plugins", G_DIR_SEPARATOR_S, "spellcheck", G_DIR_SEPARATOR_S, "spellcheck.conf", NULL);
g_key_file_load_from_file(config, sc->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.
plugins-commits@lists.geany.org