Branch: refs/heads/master Author: Pavel Roschin roshin@scriptumplus.ru Committer: Pavel Roschin roshin@scriptumplus.ru Date: Sun, 16 Jun 2013 12:15:58 UTC Commit: b229d2fb79a040561ce6422d433ddd3fe724f913 https://github.com/geany/geany-plugins/commit/b229d2fb79a040561ce6422d433ddd...
Log Message: ----------- autoclose: fix new document bug
Modified Paths: -------------- autoclose/src/autoclose.c
Modified: autoclose/src/autoclose.c 1 files changed, 1 insertions(+), 0 deletions(-) =================================================================== @@ -400,6 +400,7 @@ PluginCallback plugin_callbacks[] = { { "document-open", (GCallback) &on_document_activate, FALSE, NULL }, + { "document-new", (GCallback) &on_document_activate, FALSE, NULL }, { NULL, NULL, FALSE, NULL } };
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org