diff libpurple/protocols/jabber/jabber.c @ 20642:ba6cd9c25853

Is there any reason these statuses were set to not saveable and not user-settable?
author Mark Doliner <mark@kingant.net>
date Tue, 25 Sep 2007 08:59:30 +0000
parents c97e3ab9ef11
children cb7d809867ac
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.c	Fri Sep 21 13:27:41 2007 +0000
+++ b/libpurple/protocols/jabber/jabber.c	Tue Sep 25 08:59:30 2007 +0000
@@ -1613,7 +1613,7 @@
 	types = g_list_append(types, type);
 
 	type = purple_status_type_new_with_attrs(PURPLE_STATUS_TUNE,
-			"tune", NULL, FALSE, FALSE, TRUE,
+			"tune", NULL, TRUE, TRUE, TRUE,
 			PURPLE_TUNE_ARTIST, _("Tune Artist"), purple_value_new(PURPLE_TYPE_STRING),
 			PURPLE_TUNE_TITLE, _("Tune Title"), purple_value_new(PURPLE_TYPE_STRING),
 			PURPLE_TUNE_ALBUM, _("Tune Album"), purple_value_new(PURPLE_TYPE_STRING),