# HG changeset patch # User Matti Hamalainen # Date 1074045242 0 # Node ID 01496c6f85c34bb84792d930bbcb21d34d8b65bb # Parent 54e4557859dc07b07a41456acad2ba7f4a1274e2 Updated default formatstring to match recent changes. diff -r 54e4557859dc -r 01496c6f85c3 src/xs_config.c --- a/src/xs_config.c Tue Jan 13 00:09:01 2004 +0000 +++ b/src/xs_config.c Wed Jan 14 01:54:02 2004 +0000 @@ -232,7 +232,7 @@ #else xs_cfg.titleOverride = TRUE; #endif - xs_strcalloc(&xs_cfg.titleFormat, "%1 - %2 (%3)"); + xs_strcalloc(&xs_cfg.titleFormat, "%p - %t (%c) [%n]"); /* Try to open the XMMS configuration file */