comparison src/skins/ui_main.c @ 3128:28610ff7cda6

Backed out changeset c6e2ae89a6a7
author William Pitcock <nenolod@atheme.org>
date Wed, 06 May 2009 18:48:53 -0500
parents d4c3a48f1d92
children 8b97f9560dc3
comparison
equal deleted inserted replaced
3127:8255be301249 3128:28610ff7cda6
376 376
377 377
378 static gchar * 378 static gchar *
379 make_mainwin_title(const gchar * title) 379 make_mainwin_title(const gchar * title)
380 { 380 {
381 Playlist *playlist = aud_playlist_get_active();
382
383 if (title) 381 if (title)
384 return g_strdup_printf(_("%d. %s - Audacious"), (aud_playlist_get_position(playlist) + 1), title); 382 return g_strdup_printf(_("%s - Audacious"), title);
385 else 383 else
386 return g_strdup(_("Audacious")); 384 return g_strdup(_("Audacious"));
387 } 385 }
388 386
389 void 387 void