# HG changeset patch # User nenolod # Date 1138467625 28800 # Node ID ba0608cbbdaa7a4b704ddb133aa00221f5dfc045 # Parent bcbc6195e82eb41c4636335345cf8339d2c7b558 [svn] artist - album - title is now the default title format. diff -r bcbc6195e82e -r ba0608cbbdaa audacious/main.c --- a/audacious/main.c Fri Jan 27 21:29:56 2006 -0800 +++ b/audacious/main.c Sat Jan 28 09:00:25 2006 -0800 @@ -180,7 +180,7 @@ FALSE, /* show window decorations */ 8, /* mouse wheel scroll step */ FALSE, /* playlist transparent */ - 1, /* 2nd preset (ARTIST - TITLE) */ + 2, /* 2nd preset (ARTIST - TITLE) */ NULL, /* title format */ FALSE, /* software volume control enabled */ TRUE, /* UNUSED (XMMS compatibility mode) */ @@ -491,7 +491,7 @@ cfg.mainwin_font = g_strdup(MAINWIN_DEFAULT_FONT); if (!cfg.gentitle_format) - cfg.gentitle_format = g_strdup("%p - %t"); + cfg.gentitle_format = g_strdup("%p - %a - %t"); if (!cfg.outputplugin) { #ifdef HAVE_OSS