Branch: refs/heads/master Author: Lars Paulsen lars_paulsen@web.de Committer: Lars Paulsen lars_paulsen@web.de Date: Mon, 18 Jun 2018 18:04:53 UTC Commit: 6aedf520c5cc2eda7f41e406573b7c08c7e60241 https://github.com/geany/geany-plugins/commit/6aedf520c5cc2eda7f41e406573b7c...
Log Message: ----------- debugger: new plugin API requires version 1.26 (226)
Modified Paths: -------------- debugger/src/plugin.c
Modified: debugger/src/plugin.c 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -204,5 +204,5 @@ void geany_load_module(GeanyPlugin *plugin) plugin->funcs->callbacks = plugin_debugger_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