Branch: refs/heads/master Author: Lars Paulsen lars_paulsen@web.de Committer: Lars Paulsen lars_paulsen@web.de Date: Mon, 18 Jun 2018 17:58:35 UTC Commit: 90bf878ddf5af17012dd535c658ad16059ca2eee https://github.com/geany/geany-plugins/commit/90bf878ddf5af17012dd535c658ad1...
Log Message: ----------- defineformat: new plugin API requires version 1.26 (226)
Modified Paths: -------------- defineformat/src/defineformat.c
Modified: defineformat/src/defineformat.c 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -275,5 +275,5 @@ void geany_load_module(GeanyPlugin *plugin) plugin->funcs->callbacks = plugin_defineformat_callbacks;
/* 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).
plugins-commits@lists.geany.org