[gaim-migrate @ 16004]

Mon, 10 Apr 2006 23:44:20 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Mon, 10 Apr 2006 23:44:20 +0000
changeset 13619
0ee536d92264
parent 13618
029155b74f1c
child 13620
1374da61a5e2

[gaim-migrate @ 16004]
I forgot to save the file after I removed the XXX comment.

src/protocols/jabber/buddy.c file | annotate | diff | comparison | revisions
--- a/src/protocols/jabber/buddy.c	Mon Apr 10 23:43:49 2006 +0000
+++ b/src/protocols/jabber/buddy.c	Mon Apr 10 23:44:20 2006 +0000
@@ -1375,7 +1375,6 @@
 	if(!(from = xmlnode_get_attrib(packet, "from")))
 		return;
 
-	/* XXX: make a pretty error box after the string freeze */
 	if(!(type = xmlnode_get_attrib(packet, "type")) || !strcmp(type, "error")) {
 		gaim_notify_error(js->gc, _("Directory Query Failed"),
 				  _("Could not query the directory server. Either "

mercurial