[banshee] Use the audio mimetype icon for FileImportSource
- From: Gabriel Burt <gburt src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [banshee] Use the audio mimetype icon for FileImportSource
- Date: Sat, 16 Jan 2010 05:04:09 +0000 (UTC)
commit 7423772a67a04c19424f781ab083022b910b8a05
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 ffee23f..f09b446 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Library.Gui/FileImportSource.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Library.Gui/FileImportSource.cs
@@ -64,7 +64,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]