[Xfce4-commits] [panel-plugins/xfce4-calculator-plugin] 02/03: Update authors list.

noreply at xfce.org noreply at xfce.org
Thu Jan 28 12:36:22 CET 2016


This is an automated email from the git hooks/post-receive script.

roland pushed a commit to branch master
in repository panel-plugins/xfce4-calculator-plugin.

commit da5594ec8c8c891d96be78a09388b37b64635c97
Author: Roland Kuebert <roland.kuebert at gmail.com>
Date:   Thu Jan 28 11:06:30 2016 +0100

    Update authors list.
---
 AUTHORS                   |    4 +---
 panel-plugin/calculator.c |    9 +++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index b0893af..6fd2182 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,5 +1,3 @@
-Primary author:
 Erik Edelmann <erik.edelmann at iki.fi>
-
-Patches by:
 Adrian Dimitrov <enzo_01 at abv.bg>
+Roland Kuebert <roland at upic.de>
diff --git a/panel-plugin/calculator.c b/panel-plugin/calculator.c
index 9aeecab..c9bb8ad 100644
--- a/panel-plugin/calculator.c
+++ b/panel-plugin/calculator.c
@@ -427,16 +427,17 @@ void calc_about (XfcePanelPlugin *plugin)
        GdkPixbuf *icon;
    const gchar *authors[] = {
       "Erik Edelmann <erik.edelmann at iki.fi>",
-      "Adrian Dimitrov <enzo_01 at abv.bg>", NULL };
+      "Adrian Dimitrov <enzo_01 at abv.bg>",
+      "Roland Kuebert <roland at upic.de>", NULL };
    icon = xfce_panel_pixbuf_from_source("xfce4-calculator-plugin", NULL, 32);
    gtk_show_about_dialog(NULL,
       "logo", icon,
       "license", xfce_get_license_text (XFCE_LICENSE_TEXT_GPL),
       "version", PACKAGE_VERSION,
       "program-name", PACKAGE_NAME,
-      "comments", _("Calculator for XFCE panel"),
-      "website", "https://github.com/erike/xfce4-calculator-plugin",
-      "copyright", _("Copyright (c) 2003-2015\n"),
+      "comments", _("Calculator for Xfce panel"),
+      "website", "http://goodies.xfce.org/projects/panel-plugins/xfce4-calculator-plugin",
+      "copyright", _("Copyright (c) 2003-2016\n"),
       "authors", authors, NULL);
 
    if(icon)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list