diff src/protocols/jabber/jabber.c @ 10490:a3a540ed2518

[gaim-migrate @ 11780] some random jabber stuff, remove a duplicate #define, and shuffle account loading so we're not emitting signals that haven't been registered yet committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 08 Jan 2005 21:10:17 +0000
parents 659edfcac14e
children 1a97d5e88d12
line wrap: on
line diff
--- a/src/protocols/jabber/jabber.c	Sat Jan 08 20:51:16 2005 +0000
+++ b/src/protocols/jabber/jabber.c	Sat Jan 08 21:10:17 2005 +0000
@@ -971,7 +971,10 @@
 			gaim_value_new(GAIM_TYPE_STRING), NULL);
 	types = g_list_append(types, type);
 
-	type = gaim_status_type_new_full(GAIM_STATUS_ONLINE, "online", _("Online"), FALSE, TRUE, FALSE);
+	type = gaim_status_type_new_with_attrs(GAIM_STATUS_ONLINE, "online",
+			_("Online"), FALSE, TRUE, FALSE, "priority", _("Priority"),
+			gaim_value_new(GAIM_TYPE_INT), "message", _("Message"),
+			gaim_value_new(GAIM_TYPE_STRING), NULL);
 	types = g_list_append(types, type);
 
 	type = gaim_status_type_new_with_attrs(GAIM_STATUS_AVAILABLE, "available",