[banshee/better-now-playing] [YouTube] Use new YouTube icon in context buttons.



commit ebda31f037ada10e0f2b1264db3d5e5ee288da07
Author: Alex Launi <alex launi gmail com>
Date:   Thu Jun 17 22:28:18 2010 -0400

    [YouTube] Use new YouTube icon in context buttons.
    
    Use new YouTube icon from Vishnoo for context page.
    Fixes bgo#62194.

 .../Banshee.YouTube/Banshee.YouTube/ContextPage.cs |    2 +-
 .../ThemeIcons/16x16/categories/youtube.png        |  Bin 0 -> 841 bytes
 .../ThemeIcons/22x22/categories/youtube.png        |  Bin 0 -> 1107 bytes
 .../ThemeIcons/24x24/categories/youtube.png        |  Bin 0 -> 1172 bytes
 4 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Extensions/Banshee.YouTube/Banshee.YouTube/ContextPage.cs b/src/Extensions/Banshee.YouTube/Banshee.YouTube/ContextPage.cs
index 7efcbe3..328bac5 100644
--- a/src/Extensions/Banshee.YouTube/Banshee.YouTube/ContextPage.cs
+++ b/src/Extensions/Banshee.YouTube/Banshee.YouTube/ContextPage.cs
@@ -42,7 +42,7 @@ namespace Banshee.YouTube
         {
             Id = "YouTube";
             Name = Catalog.GetString ("YouTube");
-            IconNames = new string[] { "applications-multimedia" };
+            IconNames = new string[] { "youtube" };
         }
 
         private YouTubePane yt_videos;
diff --git a/src/Extensions/Banshee.YouTube/ThemeIcons/16x16/categories/youtube.png b/src/Extensions/Banshee.YouTube/ThemeIcons/16x16/categories/youtube.png
new file mode 100644
index 0000000..df84729
Binary files /dev/null and b/src/Extensions/Banshee.YouTube/ThemeIcons/16x16/categories/youtube.png differ
diff --git a/src/Extensions/Banshee.YouTube/ThemeIcons/22x22/categories/youtube.png b/src/Extensions/Banshee.YouTube/ThemeIcons/22x22/categories/youtube.png
new file mode 100644
index 0000000..bafa000
Binary files /dev/null and b/src/Extensions/Banshee.YouTube/ThemeIcons/22x22/categories/youtube.png differ
diff --git a/src/Extensions/Banshee.YouTube/ThemeIcons/24x24/categories/youtube.png b/src/Extensions/Banshee.YouTube/ThemeIcons/24x24/categories/youtube.png
new file mode 100644
index 0000000..4395ca2
Binary files /dev/null and b/src/Extensions/Banshee.YouTube/ThemeIcons/24x24/categories/youtube.png differ



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