Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Mon, 06 Aug 2012 16:17:39 Commit: 43081f06a9ee95d281bd54ab76b8767877eae5eb https://github.com/geany/geany-plugins/commit/43081f06a9ee95d281bd54ab76b876...
Log Message: ----------- commander: Fix the Geany API dependency
We need API 205 for plugin_idle_add().
Modified Paths: -------------- commander/src/commander-plugin.c
Modified: commander/src/commander-plugin.c 2 files changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -32,7 +32,7 @@ GeanyData *geany_data; GeanyFunctions *geany_functions;
-PLUGIN_VERSION_CHECK(195) +PLUGIN_VERSION_CHECK(205)
PLUGIN_SET_TRANSLATABLE_INFO ( LOCALEDIR, GETTEXT_PACKAGE,
@@ 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