[banshee/1.5.1-fixes: 50/56] Use the audio mimetype icon for FileImportSource



commit 5414103533af868e8d71c3d7fccd5eee5d04cb63
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Fri Jan 15 20:59:20 2010 -0800

    Use the audio mimetype icon for FileImportSource

 .../Banshee.Library.Gui/FileImportSource.cs        |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/Banshee.ThickClient/Banshee.Library.Gui/FileImportSource.cs b/src/Core/Banshee.ThickClient/Banshee.Library.Gui/FileImportSource.cs
index 868968c..d7123bc 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Library.Gui/FileImportSource.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Library.Gui/FileImportSource.cs
@@ -67,7 +67,7 @@ namespace Banshee.Library.Gui
         }
         
         public string [] IconNames {
-            get { return new string [] { "gtk-open" }; }
+            get { return new string [] { "audio-x-generic", "gtk-open" }; }
         }
         
         public bool CanImport {



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