[rhythmbox] podcast: hide the property column in the podcast feed view
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] podcast: hide the property column in the podcast feed view
- Date: Sat, 16 Aug 2014 23:45:57 +0000 (UTC)
commit cb4b5997e2ad817057a132a214162b9e989856ac
Author: Jonathan Matthew <jonathan d14n org>
Date: Sun Aug 17 09:45:05 2014 +1000
podcast: hide the property column in the podcast feed view
I have no idea how this worked before
podcast/rb-podcast-source.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/podcast/rb-podcast-source.c b/podcast/rb-podcast-source.c
index d3419b2..5e84e34 100644
--- a/podcast/rb-podcast-source.c
+++ b/podcast/rb-podcast-source.c
@@ -1485,6 +1485,7 @@ impl_constructed (GObject *object)
source->priv->feeds = rb_property_view_new (source->priv->db,
RHYTHMDB_PROP_SUBTITLE,
_("Feed"));
+ rb_property_view_set_column_visible (RB_PROPERTY_VIEW (source->priv->feeds), FALSE);
rb_property_view_set_selection_mode (RB_PROPERTY_VIEW (source->priv->feeds),
GTK_SELECTION_MULTIPLE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]