[geany/geany-plugins] b229d2: autoclose: fix new document bug
Pavel Roschin
git-noreply at xxxxx
Sun Jun 16 12:15:58 UTC 2013
Branch: refs/heads/master
Author: Pavel Roschin <roshin at scriptumplus.ru>
Committer: Pavel Roschin <roshin at scriptumplus.ru>
Date: Sun, 16 Jun 2013 12:15:58 UTC
Commit: b229d2fb79a040561ce6422d433ddd3fe724f913
https://github.com/geany/geany-plugins/commit/b229d2fb79a040561ce6422d433ddd3fe724f913
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).
More information about the Plugins-Commits
mailing list