[banshee/stable-1.8] [InternetRadio] Allow editing stations again (bgo#624734)



commit 3382081ba0d518991e6525a417893160918387f4
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Sun Nov 7 17:33:26 2010 -0600

    [InternetRadio] Allow editing stations again (bgo#624734)

 .../Banshee.InternetRadio/InternetRadioSource.cs   |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/Extensions/Banshee.InternetRadio/Banshee.InternetRadio/InternetRadioSource.cs b/src/Extensions/Banshee.InternetRadio/Banshee.InternetRadio/InternetRadioSource.cs
index 538a294..33b20a3 100644
--- a/src/Extensions/Banshee.InternetRadio/Banshee.InternetRadio/InternetRadioSource.cs
+++ b/src/Extensions/Banshee.InternetRadio/Banshee.InternetRadio/InternetRadioSource.cs
@@ -341,5 +341,9 @@ namespace Banshee.InternetRadio
         public override bool HasViewableTrackProperties {
             get { return false; }
         }
+
+        public override bool HasEditableTrackProperties {
+            get { return true; }
+        }
     }
 }



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