[Xfce4-commits] <xfce4-mpc-plugin:master> Add program-name property to about dialog

Landry Breuil noreply at xfce.org
Wed Feb 15 11:22:04 CET 2012


Updating branch refs/heads/master
         to b9e5b4a11f6f7f0792d44a28ca858cf25732634c (commit)
       from 663738bfccec0b391d59825ea059e4fe74e831bf (commit)

commit b9e5b4a11f6f7f0792d44a28ca858cf25732634c
Author: Landry Breuil <landry at xfce.org>
Date:   Wed Feb 15 10:57:17 2012 +0100

    Add program-name property to about dialog
    
    That way, it doesn't say 'about wrapper', since it defaults
    to g_get_application_name()...

 panel-plugin/xfce4-mpc-plugin.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/panel-plugin/xfce4-mpc-plugin.c b/panel-plugin/xfce4-mpc-plugin.c
index aefad7f..c4a0eeb 100644
--- a/panel-plugin/xfce4-mpc-plugin.c
+++ b/panel-plugin/xfce4-mpc-plugin.c
@@ -776,6 +776,7 @@ mpc_show_about(XfcePanelPlugin *plugin, t_mpc* mpc)
       "logo", icon,
       "license", xfce_get_license_text (XFCE_LICENSE_TEXT_BSD),
       "version", PACKAGE_VERSION,
+      "program-name", PACKAGE_NAME,
       "comments", _("A simple panel-plugin client for Music Player Daemon"),
       "website", "http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin",
       "copyright", _("Copyright (c) 2006-2011 Landry Breuil\n"),


More information about the Xfce4-commits mailing list