SF.net SVN: geany-plugins: [77] trunk/geanydoc/src/geanydoc.c
yurand at users.sourceforge.net
yurand at xxxxx
Fri Jun 20 09:04:56 UTC 2008
Revision: 77
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=77&view=rev
Author: yurand
Date: 2008-06-20 02:04:55 -0700 (Fri, 20 Jun 2008)
Log Message:
-----------
Make plugin_configure match declaration.
Modified Paths:
--------------
trunk/geanydoc/src/geanydoc.c
Modified: trunk/geanydoc/src/geanydoc.c
===================================================================
--- trunk/geanydoc/src/geanydoc.c 2008-06-20 09:04:37 UTC (rev 76)
+++ trunk/geanydoc/src/geanydoc.c 2008-06-20 09:04:55 UTC (rev 77)
@@ -476,7 +476,7 @@
gtk_combo_box_set_active(GTK_COMBO_BOX(cbTypes), 0);
}
-void
+GtkWidget *
plugin_configure(G_GNUC_UNUSED GtkWidget * parent)
{
int ret;
@@ -507,6 +507,7 @@
}
g_free(current);
gtk_widget_destroy(dialog);
+ return NULL;
}
void
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