# HG changeset patch # User Mikael Berthe # Date 1141923962 -3600 # Node ID ab623c2df9648e3c3f38abb6a9fc9c7b5b608fd2 # Parent f30031cdb56ba2740b9bd6f3807d1cc2bf5f2a91 MUC: Update the chat status line when the topic is updated diff -r f30031cdb56b -r ab623c2df964 mcabber/src/jabglue.c --- a/mcabber/src/jabglue.c Mon Mar 06 12:27:00 2006 +0100 +++ b/mcabber/src/jabglue.c Thu Mar 09 18:06:02 2006 +0100 @@ -1390,6 +1390,8 @@ if (subj_noutf8) g_free(subj_noutf8); g_free(s); g_free(mbuf); + // The topic is displayed in the chat status line, so refresh now. + scr_UpdateChatStatus(TRUE); } else { // Chat message tmp = g_new(char, (body ? strlen(body) : 0) + strlen(p) + 4); *tmp = '[';