diff src/protocols/jabber/presence.c @ 7145:0e4894b3e2a6

[gaim-migrate @ 7712] all sorts of fun jabber stuff including: 1. stop calling gaim_strdup_withhtml() with NULL values 2. real support for headline-type messages 3. fix a stupid presence bug when authorizing people 4. fix login default stuff so people can log in committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 04 Oct 2003 21:19:29 +0000
parents be4ca65b3b48
children 89dc8a119918
line wrap: on
line diff
--- a/src/protocols/jabber/presence.c	Sat Oct 04 21:19:17 2003 +0000
+++ b/src/protocols/jabber/presence.c	Sat Oct 04 21:19:29 2003 +0000
@@ -179,6 +179,7 @@
 				_("Authorize"), G_CALLBACK(authorize_add_cb),
 				_("Deny"), G_CALLBACK(deny_add_cb));
 		g_free(msg);
+		return;
 	} else if(type && (!strcmp(type, "subscribed") ||
 				!strcmp(type, "unsubscribed"))) {
 		/* we've been allowed to see their presence, but we don't care */