libpurple/protocols/jabber/jabber.c

branch
cpw.malu.xmpp.idle
changeset 24709
4e9caef6c0fc
parent 24679
1b6b57d5b4e1
parent 24693
9ab5d932ab6c
child 24889
9e679f1695fa
--- a/libpurple/protocols/jabber/jabber.c	Tue Nov 18 20:24:59 2008 +0000
+++ b/libpurple/protocols/jabber/jabber.c	Tue Nov 18 22:35:40 2008 +0000
@@ -1735,7 +1735,7 @@
 	types = g_list_append(types, type);
 
 	type = purple_status_type_new_with_attrs(PURPLE_STATUS_TUNE,
-			"tune", NULL, TRUE, TRUE, TRUE,
+			"tune", NULL, FALSE, 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),

mercurial