changeset 3317:d18d66f1b1d0 trunk

whoops...
author William Pitcock <nenolod@atheme-project.org>
date Fri, 10 Aug 2007 12:29:56 -0500
parents 6ce62683e8c4
children 6e3ae4fd65f1
files src/audacious/main.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/audacious/main.c	Fri Aug 10 12:17:02 2007 -0500
+++ b/src/audacious/main.c	Fri Aug 10 12:29:56 2007 -0500
@@ -629,7 +629,7 @@
         cfg.mainwin_font = g_strdup(MAINWIN_DEFAULT_FONT);
 
     if (!cfg.gentitle_format)
-        cfg.gentitle_format = g_strdup("%{?artist:${artist} - }${?album:${album} - }${title}");
+        cfg.gentitle_format = g_strdup("${?artist:${artist} - }${?album:${album} - }${title}");
 
     if (!cfg.outputplugin) {
     gint iter;