SF.net SVN: geany-plugins:[2097] trunk/geany-plugins/gproject/src/ gproject-project.c

techet at users.sourceforge.net techet at xxxxx
Sun Jun 19 22:59:17 UTC 2011


Revision: 2097
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2097&view=rev
Author:   techet
Date:     2011-06-19 22:59:17 +0000 (Sun, 19 Jun 2011)

Log Message:
-----------
Remove  incorrect "geany/" prefix in an include from the previous commit

Modified Paths:
--------------
    trunk/geany-plugins/gproject/src/gproject-project.c

Modified: trunk/geany-plugins/gproject/src/gproject-project.c
===================================================================
--- trunk/geany-plugins/gproject/src/gproject-project.c	2011-06-19 22:30:57 UTC (rev 2096)
+++ trunk/geany-plugins/gproject/src/gproject-project.c	2011-06-19 22:59:17 UTC (rev 2097)
@@ -20,7 +20,7 @@
 #include <gdk/gdkkeysyms.h>
 #include <glib/gstdio.h>
 
-#include <geany/geanyplugin.h>
+#include <geanyplugin.h>
 
 #include "gproject-utils.h"
 #include "gproject-project.h"


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