Revision: 2157 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2157&view=re... Author: frlan Date: 2011-08-16 09:27:04 +0000 (Tue, 16 Aug 2011)
Log Message: ----------- GeanyLaTeX: Fix an undefined symbol
Modified Paths: -------------- trunk/geany-plugins/geanylatex/src/geanylatex.c
Modified: trunk/geany-plugins/geanylatex/src/geanylatex.c =================================================================== --- trunk/geany-plugins/geanylatex/src/geanylatex.c 2011-08-16 09:26:43 UTC (rev 2156) +++ trunk/geany-plugins/geanylatex/src/geanylatex.c 2011-08-16 09:27:04 UTC (rev 2157) @@ -90,6 +90,7 @@ * and \endgroup{}. */ static gint glatex_autocompletion_context_size; static gboolean glatex_autocompletion_only_for_latex; +gboolean glatex_autobraces_active = TRUE;
/* Function will be deactivated, when only loaded */ static gboolean toggle_active = FALSE;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org