summaryrefslogtreecommitdiff
path: root/plugins/gtkui/mainplaylist.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-04-24 17:23:33 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-04-24 17:23:33 +0200
commit45a4e4eff36a7e5f2670bfb2280ee1563fd86319 (patch)
tree023d92ea38a414dc0ac1df9f3a994a37f49bf5cb /plugins/gtkui/mainplaylist.c
parent0fef6a4de67b49fdd7324e1a965d84f88185f8da (diff)
gtkui: added option to render play state as unicode chars instead of pixbuf, for better looks on HDPI screens
Diffstat (limited to 'plugins/gtkui/mainplaylist.c')
-rw-r--r--plugins/gtkui/mainplaylist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtkui/mainplaylist.c b/plugins/gtkui/mainplaylist.c
index cf656d4e..ae828a30 100644
--- a/plugins/gtkui/mainplaylist.c
+++ b/plugins/gtkui/mainplaylist.c
@@ -345,7 +345,7 @@ main_playlist_init (GtkWidget *widget) {
DB_conf_item_t *col = deadbeef->conf_find ("playlist.column.", NULL);
if (!col) {
// create default set of columns
- add_column_helper (listview, _("Playing"), 50, DB_COLUMN_PLAYING, NULL, 0);
+ add_column_helper (listview, "♫", 50, DB_COLUMN_PLAYING, NULL, 0);
add_column_helper (listview, _("Artist / Album"), 150, -1, "%a - %b", 0);
add_column_helper (listview, _("Track No"), 50, -1, "%n", 1);
add_column_helper (listview, _("Title"), 150, -1, "%t", 0);