diff src/audacious/main.c @ 3317:d18d66f1b1d0 trunk

whoops...
author William Pitcock <nenolod@atheme-project.org>
date Fri, 10 Aug 2007 12:29:56 -0500
parents 404ffedef3e1
children ea806daf3ef0
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;