[Xfce4-commits] <xfce4-indicator-plugin:master> Updated list of authors and plugin description.

Andrzej noreply at xfce.org
Mon Sep 2 00:58:01 CEST 2013


Updating branch refs/heads/master
         to 19b21aa33d6bb38c4456d506da8b2cdc75114c09 (commit)
       from a90c20ede9871043dac90f2df6fd17cd37d446ce (commit)

commit 19b21aa33d6bb38c4456d506da8b2cdc75114c09
Author: Andrzej <ndrwrdck at gmail.com>
Date:   Sun Sep 1 23:44:05 2013 +0100

    Updated list of authors and plugin description.

 panel-plugin/indicator.c |   17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/panel-plugin/indicator.c b/panel-plugin/indicator.c
index 3947c5f..e812b48 100644
--- a/panel-plugin/indicator.c
+++ b/panel-plugin/indicator.c
@@ -151,10 +151,17 @@ indicator_show_about (XfcePanelPlugin *plugin)
 {
    GdkPixbuf *icon;
 
-   const gchar *auth[] = {
-     "Mark Trompell <mark at foresightlinux.org>", "Andrzej Radecki <ndrwrdck at gmail.com>",
-     "Lionel Le Folgoc <lionel at lefolgoc.net>", "Jason Conti <jconti at launchpad.net>",
-     "Nick Schermer <nick at xfce.org>", "Evgeni Golov <evgeni at debian.org>", NULL };
+   const gchar *auth[] =
+     {
+       "Mark Trompell <mark at foresightlinux.org>",
+       "Andrzej Radecki <ndrwrdck at gmail.com>",
+       "Lionel Le Folgoc <lionel at lefolgoc.net>",
+       "Alistair Buxton <a.j.buxton at gmail.com>",
+       "Jason Conti <jconti at launchpad.net>",
+       "Nick Schermer <nick at xfce.org>",
+       "Evgeni Golov <evgeni at debian.org>",
+       NULL
+     };
 
    g_return_if_fail (XFCE_IS_INDICATOR_PLUGIN (plugin));
 
@@ -164,7 +171,7 @@ indicator_show_about (XfcePanelPlugin *plugin)
                          "license", xfce_get_license_text (XFCE_LICENSE_TEXT_GPL),
                          "version", PACKAGE_VERSION,
                          "program-name", PACKAGE_NAME,
-                         "comments", _("An indicator of something that needs your attention on the desktop"),
+                         "comments", _("Provides a panel area for Unity indicators. Indicators allow applications and system services to display their status and interact with the user."),
                          "website", "http://goodies.xfce.org/projects/panel-plugins/xfce4-indicator-plugin",
                          "copyright", _("Copyright (c) 2009-2013\n"),
                          "authors", auth, NULL);


More information about the Xfce4-commits mailing list