[Xfce4-commits] [panel-plugins/xfce4-genmon-plugin] 01/01: Fix Bug #11284 - default tooltip does not work

noreply at xfce.org noreply at xfce.org
Thu Jun 9 01:18:01 CEST 2016


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

ToZ pushed a commit to branch master
in repository panel-plugins/xfce4-genmon-plugin.

commit 71816b4cedf1fc0964d835fd651d0f86d96ea29b
Author: ToZ <tony.paulic at gmail.com>
Date:   Wed Jun 8 19:17:02 2016 -0400

    Fix Bug #11284 - default tooltip does not work
---
 panel-plugin/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugin/main.c b/panel-plugin/main.c
index e4a32fc..216e917 100644
--- a/panel-plugin/main.c
+++ b/panel-plugin/main.c
@@ -223,7 +223,7 @@ static int DisplayCmdOutput (struct genmon_t *p_poPlugin)
     if (begin && end && begin < end)
         acToolTips = g_strndup (begin + 6, end - begin - 6);
     else
-        acToolTips = g_strdup_printf (acToolTips, "%s\n"
+        acToolTips = g_strdup_printf ("%s\n"
             "----------------\n"
             "%s\n"
             "Period (s): %d", poConf->acTitle, poConf->acCmd,

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


More information about the Xfce4-commits mailing list