Revision: 514
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=514&view=rev
Author: frlan
Date: 2009-02-28 01:35:41 +0000 (Sat, 28 Feb 2009)
Log Message:
-----------
GeanyLaTeX: Allow wizard to be executed even no document is open (oops)
Modified Paths:
--------------
trunk/geanylatex/src/geanylatex.c
Modified: trunk/geanylatex/src/geanylatex.c
===================================================================
--- trunk/geanylatex/src/geanylatex.c 2009-02-28 01:35:11 UTC (rev 513)
+++ trunk/geanylatex/src/geanylatex.c 2009-02-28 01:35:41 UTC (rev 514)
@@ -922,8 +922,6 @@
static void kbwizard(G_GNUC_UNUSED guint key_id)
{
- if (NULL == document_get_current())
- return;
wizard_activated(NULL, NULL);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 511
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=511&view=rev
Author: frlan
Date: 2009-02-26 00:40:58 +0000 (Thu, 26 Feb 2009)
Log Message:
-----------
GeanyVC: Fix of a compiler warning when running waf after autotools
Modified Paths:
--------------
trunk/geanyvc/geanyvc.c
Modified: trunk/geanyvc/geanyvc.c
===================================================================
--- trunk/geanyvc/geanyvc.c 2009-02-26 00:38:03 UTC (rev 510)
+++ trunk/geanyvc/geanyvc.c 2009-02-26 00:40:58 UTC (rev 511)
@@ -49,7 +49,7 @@
#include "geanyvc.h"
-#include "config.h"
+#include <config.h>
#ifdef USE_GTKSPELL
#include <gtkspell/gtkspell.h>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.