SF.net SVN: geany-plugins:[1021] trunk/geany-plugins/geanylua/geanylua.c

ntrel at users.sourceforge.net ntrel at xxxxx
Tue Oct 20 12:19:07 UTC 2009


Revision: 1021
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1021&view=rev
Author:   ntrel
Date:     2009-10-20 12:19:06 +0000 (Tue, 20 Oct 2009)

Log Message:
-----------
Fix return type of plugin_configure_single().

Modified Paths:
--------------
    trunk/geany-plugins/geanylua/geanylua.c

Modified: trunk/geany-plugins/geanylua/geanylua.c
===================================================================
--- trunk/geany-plugins/geanylua/geanylua.c	2009-10-18 20:39:17 UTC (rev 1020)
+++ trunk/geany-plugins/geanylua/geanylua.c	2009-10-20 12:19:06 UTC (rev 1021)
@@ -221,7 +221,7 @@
 
 
 PLUGIN_EXPORT
-GtkWidget *plugin_configure_single(GtkWidget *parent)
+void plugin_configure_single(GtkWidget *parent)
 {
 	if (glspi_configure) {
 		glspi_configure(parent);
@@ -230,7 +230,6 @@
 			_("The %s plugin failed to load properly.\n"
 			"Please check your installation."), PLUGIN_NAME );
 	}
-	return NULL; /* FIXME */
 }
 
 


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