comparison src/protocols/jabber/jabber.c @ 2791:8f6365332a05

[gaim-migrate @ 2804] i hate this shit. i should just stop hacking gaim. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 26 Nov 2001 20:39:54 +0000
parents a0fd8f91e294
children 0ad63a625eec
comparison
equal deleted inserted replaced
2790:0148422dff4d 2791:8f6365332a05
959 "<B>Email:</B> <A HREF=\"mailto:%s\">%s</A><BR>", email, email); 959 "<B>Email:</B> <A HREF=\"mailto:%s\">%s</A><BR>", email, email);
960 at += g_snprintf(buf + at, sizeof(buf) - at, "<B>Status:</B> %s\n", status); 960 at += g_snprintf(buf + at, sizeof(buf) - at, "<B>Status:</B> %s\n", status);
961 if (desc) 961 if (desc)
962 at += g_snprintf(buf + at, sizeof(buf) - at, "<HR>%s<br>\n", desc); 962 at += g_snprintf(buf + at, sizeof(buf) - at, "<HR>%s<br>\n", desc);
963 963
964 g_show_info_text(gc, buddy, FALSE, buf, NULL); 964 g_show_info_text(gc, buddy, 2, buf, NULL);
965 g_free(buddy); 965 g_free(buddy);
966 } 966 }
967 967
968 static void jabber_handleauthresp(gjconn j, jpacket p) 968 static void jabber_handleauthresp(gjconn j, jpacket p)
969 { 969 {