[banshee] [MaemoDevice] Ignore the .sounds directory on Maemo devices



commit 59cb551bf62aad4efb2deba3da0a9f36d097d966
Author: Jeroen Budts <jeroen lightyear be>
Date:   Wed Mar 31 21:06:42 2010 +0200

    [MaemoDevice] Ignore the .sounds directory on Maemo devices
    
    The .sounds directory should only contain default sounds and should
    never be wiped. Also it is not a good default for the SDCards because
    hidden folders on the SDCards are not indexed by the Tracker. Fixes
    bgo#614226 and bgo#611043.

 .../Banshee.Dap.MassStorage/MaemoDevice.cs         |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/Dap/Banshee.Dap.MassStorage/Banshee.Dap.MassStorage/MaemoDevice.cs b/src/Dap/Banshee.Dap.MassStorage/Banshee.Dap.MassStorage/MaemoDevice.cs
index 11871ac..61361da 100644
--- a/src/Dap/Banshee.Dap.MassStorage/Banshee.Dap.MassStorage/MaemoDevice.cs
+++ b/src/Dap/Banshee.Dap.MassStorage/Banshee.Dap.MassStorage/MaemoDevice.cs
@@ -78,7 +78,6 @@ namespace Banshee.Dap.MassStorage
         };
 
         private static string [] audio_folders = new string [] {
-            ".sounds/",
             ".videos/",
             "Music/"
         };



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