Mercurial > audlegacy-plugins
changeset 3128:28610ff7cda6
Backed out changeset c6e2ae89a6a7
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Wed, 06 May 2009 18:48:53 -0500 |
parents | 8255be301249 |
children | 130edf534967 |
files | src/skins/ui_main.c |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/skins/ui_main.c Wed May 06 14:06:28 2009 -0500 +++ b/src/skins/ui_main.c Wed May 06 18:48:53 2009 -0500 @@ -378,10 +378,8 @@ static gchar * make_mainwin_title(const gchar * title) { - Playlist *playlist = aud_playlist_get_active(); - if (title) - return g_strdup_printf(_("%d. %s - Audacious"), (aud_playlist_get_position(playlist) + 1), title); + return g_strdup_printf(_("%s - Audacious"), title); else return g_strdup(_("Audacious")); }