[banshee/stable-1.6] [MeeGoPanel] use Banshee Media Player as tooltip



commit 7546e83176544abee87c9cd7dcd03ece57fd0175
Author: Aaron Bockover <abockover novell com>
Date:   Mon May 3 23:22:02 2010 -0400

    [MeeGoPanel] use Banshee Media Player as tooltip
    
    In the MeeGo toolbar launcher .desktop file we now use the Banshee Media
    Player name instead of just 'media', so reflect this in code when we
    actually bind to the toolbar.

 .../Banshee.MeeGo/Banshee.MeeGo/MeeGoPanel.cs      |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MeeGoPanel.cs b/src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MeeGoPanel.cs
index 7d428fd..a865a7b 100644
--- a/src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MeeGoPanel.cs
+++ b/src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MeeGoPanel.cs
@@ -56,7 +56,8 @@ namespace Banshee.MeeGo
 
             try {
                 Log.Debug ("Attempting to create MeeGo toolbar panel");
-                embedded_panel = new PanelGtk ("banshee", "media", null, "media-button", true);
+                embedded_panel = new PanelGtk ("banshee", Catalog.GetString ("Banshee Media Player"),
+                    null, "media-button", true);
                 embedded_panel.ShowBeginEvent += (o, e) =>
                     ServiceManager.SourceManager.SetActiveSource (ServiceManager.SourceManager.MusicLibrary);
                 while (Gtk.Application.EventsPending ()) {



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