changeset 732:ab623c2df964

MUC: Update the chat status line when the topic is updated
author Mikael Berthe <mikael@lilotux.net>
date Thu, 09 Mar 2006 18:06:02 +0100
parents f30031cdb56b
children c502bfe67c31
files mcabber/src/jabglue.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 = '[';