From 0da21a5f59dc1a0d7fad538789dcbbf74134c1a3 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 13 Feb 2002 10:09:05 +0000 Subject: That msg completion nick thing broke some other completions in msgs window, like /SET. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2434 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/fe-common/core/chat-completion.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/fe-common/core/chat-completion.c b/src/fe-common/core/chat-completion.c index 0d74acaf..1a16003c 100644 --- a/src/fe-common/core/chat-completion.c +++ b/src/fe-common/core/chat-completion.c @@ -606,7 +606,7 @@ static void sig_complete_word(GList **list, WINDOW_REC *window, complete_window_nicks(list, window, word, linestart); } else if (window->level & MSGLEVEL_MSGS) { /* msgs window, complete /MSG nicks */ - *list = completion_msg(server, NULL, word, NULL); + *list = g_list_concat(completion_msg(server, NULL, word, NULL), *list); } if (*list != NULL) signal_stop(); -- cgit debian/1.2.3+git2.25.1-1-2-gaceb0