[rhythmbox] playlist-source: display the location column if enabled (bug #593494)
- From: Jonathan Matthew <jmatthew src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [rhythmbox] playlist-source: display the location column if enabled (bug #593494)
- Date: Sun, 30 Aug 2009 12:01:49 +0000 (UTC)
commit 0c17ff1a046969730c6d7d03c8a160ab8c851a69
Author: Jonathan Matthew <jonathan d14n org>
Date: Sun Aug 30 21:43:37 2009 +1000
playlist-source: display the location column if enabled (bug #593494)
sources/rb-playlist-source.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/sources/rb-playlist-source.c b/sources/rb-playlist-source.c
index 44e8ed1..a36575a 100644
--- a/sources/rb-playlist-source.c
+++ b/sources/rb-playlist-source.c
@@ -356,6 +356,7 @@ rb_playlist_source_constructor (GType type,
rb_entry_view_append_column (source->priv->songs, RB_ENTRY_VIEW_COL_QUALITY, FALSE);
rb_entry_view_append_column (source->priv->songs, RB_ENTRY_VIEW_COL_RATING, FALSE);
rb_entry_view_append_column (source->priv->songs, RB_ENTRY_VIEW_COL_PLAY_COUNT, FALSE);
+ rb_entry_view_append_column (source->priv->songs, RB_ENTRY_VIEW_COL_LOCATION, FALSE);
rb_entry_view_append_column (source->priv->songs, RB_ENTRY_VIEW_COL_LAST_PLAYED, FALSE);
rb_entry_view_append_column (source->priv->songs, RB_ENTRY_VIEW_COL_FIRST_SEEN, FALSE);
rb_entry_view_set_columns_clickable (source->priv->songs, FALSE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]