Branch: refs/heads/master Author: Lars Paulsen lars_paulsen@web.de Committer: Lars Paulsen lars_paulsen@web.de Date: Mon, 18 Jun 2018 19:32:35 UTC Commit: 8bd8316ba6558193e116204fba46fabb7a45d309 https://github.com/geany/geany-plugins/commit/8bd8316ba6558193e116204fba46fa...
Log Message: ----------- autoclose: new plugin API requires version 1.26 (226)
Modified Paths: -------------- autoclose/src/autoclose.c
Modified: autoclose/src/autoclose.c 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -1166,5 +1166,5 @@ void geany_load_module(GeanyPlugin *plugin) plugin->funcs->configure = plugin_autoclose_configure;
/* Register! */ - GEANY_PLUGIN_REGISTER(plugin, 224); + GEANY_PLUGIN_REGISTER(plugin, 226); }
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).