Revision: 2097 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2097&view=re... 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.
plugins-commits@lists.geany.org