[Xfce4-commits] [apps/xfce4-notifyd] 18/24: panel-plugin: Set tooltip to menuitem instead of grid

noreply at xfce.org noreply at xfce.org
Fri Sep 8 23:27:49 CEST 2017


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

o   c   h   o   s   i       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 apps/xfce4-notifyd.

commit 8b48901619944d81381b7864f13a63402f069281
Author: Florian Schüller <schuellerf at users.noreply.github.com>
Date:   Fri Aug 25 14:34:26 2017 +0200

    panel-plugin: Set tooltip to menuitem instead of grid
---
 panel-plugin/notification-plugin-log.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugin/notification-plugin-log.c b/panel-plugin/notification-plugin-log.c
index 922b4f2..4f65b34 100644
--- a/panel-plugin/notification-plugin-log.c
+++ b/panel-plugin/notification-plugin-log.c
@@ -209,7 +209,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
       g_free (tmp);
       g_free (app_name);
 
-      gtk_widget_set_tooltip_markup (grid, markup);
+      gtk_widget_set_tooltip_markup (mi, markup);
       g_free (markup);
 
       gtk_widget_show_all (grid);

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


More information about the Xfce4-commits mailing list