[Xfce4-commits] [panel-plugins/xfce4-sensors-plugin] 03/03: and do no longer try disabling tooltips for the tachos because they are not the root cause as xfce4-panel --sync and gdb xfce4-sensors-plugin $PID and b gdk_x_error revealed in the full backtrace

noreply at xfce.org noreply at xfce.org
Sun Mar 20 23:12:12 CET 2016


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

timystery pushed a commit to branch master
in repository panel-plugins/xfce4-sensors-plugin.

commit 474c63495fb4f6cc28782914b6e1ec5b0e0958a0
Author: Fabian <timystery at arcor.de>
Date:   Sun Mar 20 23:10:43 2016 +0100

    and do no longer try disabling tooltips for the tachos because they are not the root cause as xfce4-panel --sync and gdb xfce4-sensors-plugin $PID and b gdk_x_error revealed in the full backtrace
---
 panel-plugin/sensors-plugin.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/panel-plugin/sensors-plugin.c b/panel-plugin/sensors-plugin.c
index 05cc978..375cef6 100644
--- a/panel-plugin/sensors-plugin.c
+++ b/panel-plugin/sensors-plugin.c
@@ -396,9 +396,6 @@ sensors_add_tacho_display (t_sensors *sensors)
     gtk_label_set_markup (GTK_LABEL(sensors->panel_label_text), text);
     g_free (text);
     
-    gtk_widget_set_has_tooltip(sensors->eventbox, FALSE);
-
-    
     gtk_container_set_border_width (GTK_CONTAINER(sensors->widget_sensors), 0);
     for (chipNum=0; chipNum < sensors->num_sensorchips; chipNum++) {
         chip = (t_chip *) g_ptr_array_index(sensors->chips, chipNum);

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


More information about the Xfce4-commits mailing list