SF.net SVN: geany-plugins:[2243] trunk/geany-plugins/updatechecker/src/ updatechecker.c

frlan at users.sourceforge.net frlan at xxxxx
Thu Oct 6 16:53:35 UTC 2011


Revision: 2243
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2243&view=rev
Author:   frlan
Date:     2011-10-06 16:53:35 +0000 (Thu, 06 Oct 2011)
Log Message:
-----------
Tableconvert: Try to fix an weird i18n issue

Modified Paths:
--------------
    trunk/geany-plugins/updatechecker/src/updatechecker.c

Modified: trunk/geany-plugins/updatechecker/src/updatechecker.c
===================================================================
--- trunk/geany-plugins/updatechecker/src/updatechecker.c	2011-10-06 16:14:58 UTC (rev 2242)
+++ trunk/geany-plugins/updatechecker/src/updatechecker.c	2011-10-06 16:53:35 UTC (rev 2243)
@@ -20,7 +20,6 @@
 
 /* A little plugin for regular checks for updates of Geany */
 
-#include <geanyplugin.h>
 #include "libsoup/soup.h"
 #include "stdlib.h"
 
@@ -28,6 +27,7 @@
 	#include "config.h" /* for the gettext domain */
 #endif
 
+#include <geanyplugin.h>
 
 GeanyPlugin     *geany_plugin;
 GeanyData       *geany_data;

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