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

frlan at users.sourceforge.net frlan at xxxxx
Sat Feb 28 01:35:41 UTC 2009


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.



More information about the Plugins-Commits mailing list