changeset 859:cb2a3a1d985f

Make sure we update the roster when a subscription is cancelled
author Mikael Berthe <mikael@lilotux.net>
date Sat, 20 May 2006 19:27:45 +0200
parents 2683ad5d1003
children a8fadbd97858
files mcabber/src/jabglue.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/src/jabglue.c	Mon May 15 23:20:59 2006 +0200
+++ b/mcabber/src/jabglue.c	Sat May 20 19:27:45 2006 +0200
@@ -1474,6 +1474,7 @@
     /* The subscription request has been denied or a previously-granted
        subscription has been cancelled */
     roster_unsubscribed(from);
+    update_roster = TRUE;
     buf = g_strdup_printf("<%s> has cancelled your subscription to "
                           "their presence updates", from);
     scr_WriteIncomingMessage(r, buf, 0, HBB_PREFIX_INFO);