[Xfce4-commits] [panel-plugins/xfce4-genmon-plugin] 01/01: Allow pango markup in tooltip as well.

noreply at xfce.org noreply at xfce.org
Sun Oct 29 02:56:58 CEST 2017


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

T   o   Z       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository panel-plugins/xfce4-genmon-plugin.

commit 97c1c4cd1a781e9315cdc35c41e3f09ede9e7d87
Author: ToZ <tony.paulic at gmail.com>
Date:   Sat Oct 28 20:54:04 2017 -0400

    Allow pango markup in tooltip as well.
---
 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 28c8041..0eba91c 100644
--- a/panel-plugin/main.c
+++ b/panel-plugin/main.c
@@ -272,7 +272,7 @@ static int DisplayCmdOutput (struct genmon_t *p_poPlugin)
             "Period (s): %d", poConf->acTitle, poConf->acCmd,
             poConf->iPeriod_ms / 1000);
 
-    gtk_widget_set_tooltip_text (GTK_WIDGET (poMonitor->wEventBox),acToolTips);
+    gtk_widget_set_tooltip_markup (GTK_WIDGET (poMonitor->wEventBox),acToolTips);
     g_free (acToolTips);
 
     return (0);

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


More information about the Xfce4-commits mailing list