diff libpurple/protocols/jabber/jabber.c @ 25412:b5c82724598c

For some reason, all these statuses were set to saveable=FALSE. With the recent change to not save those, this broke stuff like re-use last status on startup with certain statuses (like invisible on MSN). Fixes #8316.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Tue, 03 Feb 2009 05:39:47 +0000
parents 3a4070656d61
children ab07969d298f 256fbe98f6be 42dd7e591031 9ccb88cc3191 6f1bd5f3aaa0 3c9af6627767 af42303654a5 4561aa5b368c
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.c	Tue Feb 03 02:43:45 2009 +0000
+++ b/libpurple/protocols/jabber/jabber.c	Tue Feb 03 05:39:47 2009 +0000
@@ -1864,7 +1864,7 @@
 
 	type = purple_status_type_new_with_attrs(PURPLE_STATUS_OFFLINE,
 			jabber_buddy_state_get_status_id(JABBER_BUDDY_STATE_UNAVAILABLE),
-			NULL, FALSE, TRUE, FALSE,
+			NULL, TRUE, TRUE, FALSE,
 			"message", _("Message"), purple_value_new(PURPLE_TYPE_STRING),
 			NULL);
 	types = g_list_append(types, type);