[geany/geany-plugins] 43081f: commander: Fix the Geany API dependency
Colomban Wendling
git-noreply at xxxxx
Mon Aug 6 16:17:39 UTC 2012
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Mon, 06 Aug 2012 16:17:39
Commit: 43081f06a9ee95d281bd54ab76b8767877eae5eb
https://github.com/geany/geany-plugins/commit/43081f06a9ee95d281bd54ab76b8767877eae5eb
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).
More information about the Plugins-Commits
mailing list