# HG changeset patch # User Matti Hamalainen # Date 1213364631 -10800 # Node ID b96bbd08d54b424f789e82aa0234e3e2d344e5d7 # Parent aeb435ee43f8253f0c80d3acd21ed4da2dc4a807 Backed out changeset d8e2946121d6 in order to fix it properly. diff -r aeb435ee43f8 -r b96bbd08d54b src/audacious/tuple.c --- a/src/audacious/tuple.c Fri Jun 13 22:36:15 2008 +0900 +++ b/src/audacious/tuple.c Fri Jun 13 16:43:51 2008 +0300 @@ -159,10 +159,7 @@ if ((value = tuple_associate_data(tuple, nfield, field, TUPLE_STRING)) == NULL) return FALSE; - if (string) - value->value.string = str_to_utf8(string); - else - value->value.string = NULL; + value->value.string = NULL; TUPLE_UNLOCK_WRITE(); return TRUE;