[banshee] PodcastSourceContents: lowercase for ForcePosition, to be uniform



commit 1f087562182fd8170836664ea27dfd6e5ba58d7f
Author: Andres G. Aragoneses <knocte gmail com>
Date:   Thu Mar 7 22:45:28 2013 +0000

    PodcastSourceContents: lowercase for ForcePosition, to be uniform
    
    This ForcePosition virtual property is fully lowercase in other places
    (such as InternetRadioSourceContents class), so let's be uniform here.
    
    At some point we should use an enum instead of a string for this though.
    
    No change of behaviour in this commit.

 .../PodcastSourceContents.cs                       |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/PodcastSourceContents.cs 
b/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/PodcastSourceContents.cs
index d0dd457..8bd5918 100644
--- a/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/PodcastSourceContents.cs
+++ b/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/PodcastSourceContents.cs
@@ -84,7 +84,7 @@ namespace Banshee.Podcasting.Gui
         }
 
         protected override string ForcePosition {
-            get { return "Left"; }
+            get { return "left"; }
         }
 
         #region Implement ISourceContents


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