1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 08:13:14 +02:00

Merge pull request #1225 from weechatter/partial_completion

gui: fix uncleared completion item (#1162)
This commit is contained in:
Sébastien Helleu
2018-07-27 07:51:36 +02:00
committed by GitHub
+2
View File
@@ -1199,6 +1199,8 @@ gui_completion_complete (struct t_gui_completion *completion)
}
arraylist_clear (completion->partial_list);
(void) hook_signal_send ("partial_completion",
WEECHAT_HOOK_SIGNAL_STRING, NULL);
return;
}