changeset 116:01496c6f85c3

Updated default formatstring to match recent changes.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 14 Jan 2004 01:54:02 +0000
parents 54e4557859dc
children 453ac1293f6a
files src/xs_config.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 */