Skip to content

Commit

Permalink
Re-add accidentally removed signal connector
Browse files Browse the repository at this point in the history
  • Loading branch information
eht16 committed Oct 14, 2014
1 parent 7baa72e commit 5920116
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spellcheck/src/scplugin.c
Expand Up @@ -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 }
Expand Down

0 comments on commit 5920116

Please sign in to comment.