summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2011-06-17 14:12:30 +0100
committerBastien Nocera <hadess@hadess.net>2011-06-17 14:12:30 +0100
commit6ffe7cbac2074c825d9912e21ee4ab032c83916a (patch)
tree91044fbf37e2d306cebd810e717c75af19dd6c4e /src
parent65a1810f75075c31fd423391b4e78cbb543e9f19 (diff)
downloadtotem-6ffe7cbac2074c825d9912e21ee4ab032c83916a.tar.gz
main: Add header to playlist
Now that the sidebar drop-down is gone.
Diffstat (limited to 'src')
-rw-r--r--src/totem-playlist.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/totem-playlist.c b/src/totem-playlist.c
index 539ea573a..b29453b87 100644
--- a/src/totem-playlist.c
+++ b/src/totem-playlist.c
@@ -1271,7 +1271,8 @@ init_columns (GtkTreeView *treeview, TotemPlaylist *playlist)
renderer = gtk_cell_renderer_text_new ();
gtk_tree_view_column_pack_start (column, renderer, TRUE);
gtk_tree_view_column_set_attributes (column, renderer,
- "text", FILENAME_COL, NULL);
+ "text", FILENAME_COL,
+ "title", _("Playlist"), NULL);
}
static void