[Xfce4-commits] <xfce4-panel:master> Add some known tray application names.

Nick Schermer noreply at xfce.org
Tue Dec 28 20:50:10 CET 2010


Updating branch refs/heads/master
         to c9baeaac5678b846ddf0a7a4ed38a5699b0b3ea7 (commit)
       from 750acf1cdabe2eed13c346a713adb5d46c47a4f1 (commit)

commit c9baeaac5678b846ddf0a7a4ed38a5699b0b3ea7
Author: Nick Schermer <nick at xfce.org>
Date:   Tue Dec 28 16:21:03 2010 +0100

    Add some known tray application names.

 plugins/systray/systray.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/plugins/systray/systray.c b/plugins/systray/systray.c
index c179f7b..03e5c80 100644
--- a/plugins/systray/systray.c
+++ b/plugins/systray/systray.c
@@ -148,6 +148,10 @@ static const gchar *known_applications[][3] =
   /* application name, icon-name, understandable name */
   { "networkmanager applet", "network-workgroup", "Network Manager Applet" },
   { "thunar", "Thunar", "Thunar Progress Dialog" },
+  { "workrave", NULL, "Workrave" },
+  { "workrave tray icon", NULL, "Workrave Applet" },
+  { "audacious2", "audacious", "Audacious" },
+  { "wicd-client.py", "wicd-gtk", "Wicd" },
 };
 
 
@@ -893,7 +897,7 @@ systray_plugin_dialog_add_application_names (gpointer key,
       if (strcmp (name, known_applications[i][0]) == 0)
         {
           icon_name = known_applications[i][1];
-          title = _(known_applications[i][2]);
+          title = known_applications[i][2];
           break;
         }
     }



More information about the Xfce4-commits mailing list