Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Sun, 22 Jul 2012 15:22:02 Commit: 57a1725da415ddb296519617f0af5554e252984f https://github.com/geany/geany-plugins/commit/57a1725da415ddb296519617f0af55...
Log Message: ----------- GeanyPrj: Properly mark project_type_filter as external again (oops)
I dropped it accidentally in b89ffae.
Modified Paths: -------------- geanyprj/src/geanyprj.h
Modified: geanyprj/src/geanyprj.h 2 files changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -68,7 +68,7 @@ struct GeanyPrj extern GeanyFunctions *geany_functions;
extern const gchar *project_type_string[NEW_PROJECT_TYPE_SIZE]; -gboolean (*project_type_filter[NEW_PROJECT_TYPE_SIZE]) (const gchar *); +extern gboolean (*project_type_filter[NEW_PROJECT_TYPE_SIZE]) (const gchar *);
/* project.c */
@@ Diff output truncated at 100000 characters. @@
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
plugins-commits@lists.geany.org