SF.net SVN: geany-plugins:[307] trunk/geanylatex/src/geanylatex.c

frlan at users.sourceforge.net frlan at xxxxx
Fri Nov 21 13:17:39 UTC 2008


Revision: 307
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=307&view=rev
Author:   frlan
Date:     2008-11-21 13:17:39 +0000 (Fri, 21 Nov 2008)

Log Message:
-----------
GeanyLaTeX: Fixed a undefined reference

(oops)

Modified Paths:
--------------
    trunk/geanylatex/src/geanylatex.c

Modified: trunk/geanylatex/src/geanylatex.c
===================================================================
--- trunk/geanylatex/src/geanylatex.c	2008-11-19 22:04:03 UTC (rev 306)
+++ trunk/geanylatex/src/geanylatex.c	2008-11-21 13:17:39 UTC (rev 307)
@@ -29,6 +29,11 @@
 PLUGIN_SET_INFO(_("LaTeX"), _("Plugin to provide better LaTeX support"), "0.3dev",
 	    "Frank Lanitz <frank at frank.uvena.de>")
 
+GeanyPlugin	*geany_plugin;
+GeanyData	*geany_data;
+GeanyFunctions	*geany_functions;
+
+
 GtkWidget *menu_latex = NULL;
 GtkWidget *menu_latex_menu = NULL;
 GtkWidget *menu_latex_wizzard = 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