diff options
author | Michael Vetter <jubalh@iodoru.org> | 2023-04-09 14:10:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-09 14:10:32 +0200 |
commit | 19921f61c14095cadc55b329dd7c8f02bdc79d31 (patch) | |
tree | 14981e6daaff41e57560c957f51984c9f5d2500b /src/xmpp/iq.c | |
parent | ac581c29bfa7c31fbfb6fe8019d257d3883b33bb (diff) | |
parent | e1ffc64a653033cc3f6c1e4d412a24985c8c45a0 (diff) | |
download | profani-tty-19921f61c14095cadc55b329dd7c8f02bdc79d31.tar.gz |
Merge pull request #1821 from mdosch/use-proper-ellipsis-char
User proper ellipsis char
Diffstat (limited to 'src/xmpp/iq.c')
-rw-r--r-- | src/xmpp/iq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/iq.c b/src/xmpp/iq.c index 9fe6b061..b7beafaf 100644 --- a/src/xmpp/iq.c +++ b/src/xmpp/iq.c @@ -2596,7 +2596,7 @@ static int _mam_buffer_commit_handler(xmpp_stanza_t* const stanza, void* const userdata) { ProfChatWin* chatwin = (ProfChatWin*)userdata; - // Remove the "Loading messages ..." message + // Remove the "Loading messages …" message buffer_remove_entry(((ProfWin*)chatwin)->layout->buffer, 0); chatwin_db_history(chatwin, NULL, NULL, TRUE); return 0; |