From c2dd8c108169eb1302c57ffaba4a709e2665f1ba Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Tue, 19 Apr 2005 09:59:19 +0000 Subject: [PATCH] groupchat subject is now set to its old value when we don't have the right to set it --- src/gajim.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gajim.py b/src/gajim.py index 2bf419e1a..05533bfb1 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -302,6 +302,8 @@ class Interface: if jid in self.windows[account]['gc']: self.windows[account]['gc'][jid].print_conversation('Error %s: %s' % \ (array[1], array[2]), jid, tim = array[4]) + self.windows[account]['gc'][jid].set_subject(jid, \ + self.windows[account]['gc'][jid].subjects[jid]) return if jid.find('@') <= 0: jid = jid.replace('@', '')