[banshee] Muinshee: Use the generic music icon for the Play Song button



commit 42673870c4cb4e81435f46e03d70a8f74c230de5
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Sun Oct 23 19:11:42 2011 +0200

    Muinshee: Use the generic music icon for the Play Song button
    
    This is a better match, and avoids confusion with the icon now used for
    the Enqueue button.

 src/Clients/Muinshee/Muinshee/MuinsheeActions.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/Clients/Muinshee/Muinshee/MuinsheeActions.cs b/src/Clients/Muinshee/Muinshee/MuinsheeActions.cs
index 7b24847..59fb318 100644
--- a/src/Clients/Muinshee/Muinshee/MuinsheeActions.cs
+++ b/src/Clients/Muinshee/Muinshee/MuinsheeActions.cs
@@ -43,7 +43,7 @@ namespace Muinshee
             this.queue = queue;
             AddImportant (
                 new ActionEntry (
-                    "PlaySongAction", Stock.Add,
+                    "PlaySongAction", null,
                      Catalog.GetString ("Play _Song"), "S",
                      Catalog.GetString ("Add a song to the playlist"), OnPlaySong
                 ),
@@ -54,6 +54,7 @@ namespace Muinshee
                 )
             );
 
+            this["PlaySongAction"].IconName = "audio-x-generic";
             this["PlayAlbumAction"].IconName = "media-optical";
 
             // TODO disable certain actions



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