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

frlan at users.sourceforge.net frlan at xxxxx
Tue Mar 31 21:14:00 UTC 2009


Revision: 571
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=571&view=rev
Author:   frlan
Date:     2009-03-31 21:14:00 +0000 (Tue, 31 Mar 2009)

Log Message:
-----------
GeanyLaTeX: Minimal reformatting of bibtex template output

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

Modified: trunk/geanylatex/src/bibtex.c
===================================================================
--- trunk/geanylatex/src/bibtex.c	2009-03-31 21:13:37 UTC (rev 570)
+++ trunk/geanylatex/src/bibtex.c	2009-03-31 21:14:00 UTC (rev 571)
@@ -130,7 +130,7 @@
 	{
 		if (fields[i] == TRUE)
 		{
-			output = g_strconcat(output, glatex_label_entry_keywords[i], "= {},\n", NULL);
+			output = g_strconcat(output, glatex_label_entry_keywords[i], " = {},\n", 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