[banshee] AudioCdSource: Change position to right before the online media group



commit 9a17c38856109afffcb0329a349af451a8686d34
Author: Travis Patterson <masslessparticle gmail com>
Date:   Fri May 27 08:59:44 2011 -0600

    AudioCdSource: Change position to right before the online media group
    
    The audio CD source would appear under the 'Online Media' group in the
    source view, which is wrong. Change its order to be right before that
    group, under the other regular sources. Fixes bgo#647111.
    
    Signed-off-by: Bertrand Lorentz <bertrand lorentz gmail com>

 .../Banshee.AudioCd/AudioCdSource.cs               |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Extensions/Banshee.AudioCd/Banshee.AudioCd/AudioCdSource.cs b/src/Extensions/Banshee.AudioCd/Banshee.AudioCd/AudioCdSource.cs
index 21b7908..5e391ab 100644
--- a/src/Extensions/Banshee.AudioCd/Banshee.AudioCd/AudioCdSource.cs
+++ b/src/Extensions/Banshee.AudioCd/Banshee.AudioCd/AudioCdSource.cs
@@ -53,7 +53,7 @@ namespace Banshee.AudioCd
         private SourceMessage query_message;
 
         public AudioCdSource (AudioCdService service, AudioCdDiscModel discModel)
-            : base (Catalog.GetString ("Audio CD"), discModel.Title, 400)
+            : base (Catalog.GetString ("Audio CD"), discModel.Title, 59)
         {
             this.service = service;
             this.disc_model = discModel;



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