SF.net SVN: geany-plugins:[524] trunk/spellcheck/src/scplugin.c
eht16 at users.sourceforge.net
eht16 at xxxxx
Thu Mar 5 13:12:31 UTC 2009
Revision: 524
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=524&view=rev
Author: eht16
Date: 2009-03-05 13:12:31 +0000 (Thu, 05 Mar 2009)
Log Message:
-----------
For now, open the website only when Plugin Help is requested.
Modified Paths:
--------------
trunk/spellcheck/src/scplugin.c
Modified: trunk/spellcheck/src/scplugin.c
===================================================================
--- trunk/spellcheck/src/scplugin.c 2009-03-02 22:12:12 UTC (rev 523)
+++ trunk/spellcheck/src/scplugin.c 2009-03-05 13:12:31 UTC (rev 524)
@@ -260,6 +260,7 @@
void plugin_help(void)
{
+/*
gchar *readme = g_build_filename(DOCDIR, "README", NULL);
if (g_file_test(readme, G_FILE_TEST_EXISTS))
@@ -271,6 +272,8 @@
utils_open_browser("http://plugins.geany.org/spellcheck/");
}
g_free(readme);
+*/
+ utils_open_browser("http://plugins.geany.org/spellcheck/");
}
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