[banshee] [podcasts] Simplify the default column set



commit 13750c41603fdfab837d4d0dc0ec8904af97dbd6
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Wed Feb 3 17:31:10 2010 -0800

    [podcasts] Simplify the default column set

 .../Banshee.Podcasting.Data/PodcastSource.cs       |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Data/PodcastSource.cs b/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Data/PodcastSource.cs
index b922a24..5f40955 100644
--- a/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Data/PodcastSource.cs
+++ b/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Data/PodcastSource.cs
@@ -132,15 +132,15 @@ namespace Banshee.Podcasting.Gui
                         <sort-key>PodcastTitle</sort-key>
                         <renderer property=""ExternalObject.PodcastTitle""/>
                       </column>
+                      <column modify-default=""DurationColumn"">
+                          <visible>false</visible>
+                      </column>
                       <column>
-                          <visible>true</visible>
+                          <visible>false</visible>
                           <title>{4}</title>
                           <renderer type=""Hyena.Data.Gui.ColumnCellText"" property=""ExternalObject.Description"" />
                           <sort-key>Description</sort-key>
                       </column>
-                      <column modify-default=""FileSizeColumn"">
-                          <visible>true</visible>
-                      </column>
                       <column>
                           <visible>false</visible>
                           <title>{2}</title>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]