[Xfce4-commits] <xfce4-indicator-plugin:master> Added more known indicators
Andrzej
noreply at xfce.org
Mon Aug 26 23:00:03 CEST 2013
Updating branch refs/heads/master
to e807eae675ef5ffc8b5da4910d1b58a688a05bb9 (commit)
from 52ac036b161c7dc7c4607f30f8f1bb1dc3d4bf8d (commit)
commit e807eae675ef5ffc8b5da4910d1b58a688a05bb9
Author: Andrzej <ndrwrdck at gmail.com>
Date: Mon Aug 26 21:55:28 2013 +0100
Added more known indicators
panel-plugin/indicator-dialog.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/panel-plugin/indicator-dialog.c b/panel-plugin/indicator-dialog.c
index caf4eb5..e769628 100644
--- a/panel-plugin/indicator-dialog.c
+++ b/panel-plugin/indicator-dialog.c
@@ -60,8 +60,11 @@ static const gchar *pretty_names[][3] =
{ "libpower.so", N_("Power Management"), NULL },
{ "libappmenu.so", N_("Application Menus (Global Menu)"), "menu-editor" },
{ "libsession.so", N_("Session Management"), NULL },
- { "libmessaging.so", N_("Messaging Menu"), "indicator-messages" },
+ { "libmessaging.so", N_("Messaging Menu"), "indicator-messages-new" },
{ "libdatetime.so", N_("Date and Time"), "time-admin" },
+ { "libbluetooth.so", N_("Bluetooth"), "bluetooth-active" },
+ { "libsyncindicator.so", N_("Sync Menu"), "sync-client-updating" },
+ { "libworkrave.so", N_("Workrave"), "workrave" },
};
More information about the Xfce4-commits
mailing list