[geany/geany-plugins] 592011: Re-add accidentally removed signal connector
Enrico Tröger
git-noreply at xxxxx
Tue Oct 14 21:06:15 UTC 2014
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger at uvena.de>
Committer: Enrico Tröger <enrico.troeger at uvena.de>
Date: Tue, 14 Oct 2014 21:06:15 UTC
Commit: 5920116c37485d465e30aa15d0a0fb029c469555
https://github.com/geany/geany-plugins/commit/5920116c37485d465e30aa15d0a0fb029c469555
Log Message:
-----------
Re-add accidentally removed signal connector
Modified Paths:
--------------
spellcheck/src/scplugin.c
Modified: spellcheck/src/scplugin.c
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -69,6 +69,7 @@ PLUGIN_KEY_GROUP(spellcheck, KB_COUNT)
PluginCallback plugin_callbacks[] =
{
{ "update-editor-menu", (GCallback) &sc_gui_update_editor_menu_cb, FALSE, NULL },
+ { "editor-notify", (GCallback) &sc_gui_editor_notify, FALSE, NULL },
{ "document-open", (GCallback) &sc_gui_document_open_cb, FALSE, NULL },
{ "document-reload", (GCallback) &sc_gui_document_open_cb, 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