[Xfce4-commits] [panel-plugins/xfce4-sensors-plugin] 01/03: Fix reading the setting to suppress the tooltips
noreply at xfce.org
noreply at xfce.org
Sun Mar 26 23:02:38 CEST 2017
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 e14c8f18e1c897c432ded4d260e621eade5d5121
Author: Fabian <timystery at arcor.de>
Date: Sun Mar 26 22:05:28 2017 +0200
Fix reading the setting to suppress the tooltips
---
lib/configuration.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/configuration.c b/lib/configuration.c
index 0bb658f..35150f0 100644
--- a/lib/configuration.c
+++ b/lib/configuration.c
@@ -82,7 +82,7 @@ sensors_write_config (t_sensors *ptr_sensors)
t_chip *ptr_chip;
t_chipfeature *ptr_chipfeature;
- TRACE ("enters sensors_write_config");
+ TRACE ("enters sensors_write_config: 0x%llX.", (unsigned long long int) ptr_sensors);
g_return_if_fail(ptr_sensors!=NULL);
@@ -266,7 +266,7 @@ sensors_read_general_config (XfceRc *ptr_xfceresources, t_sensors *ptr_sensors)
if (!ptr_sensors->suppressmessage)
ptr_sensors->suppressmessage = xfce_rc_read_bool_entry (ptr_xfceresources, "Suppress_Hddtemp_Message", FALSE);
- if (!ptr_sensors->suppresstooltip)
+ //if (!ptr_sensors->suppresstooltip)
ptr_sensors->suppresstooltip = xfce_rc_read_bool_entry (ptr_xfceresources, "Suppress_Tooltip", FALSE);
ptr_sensors->preferred_width = xfce_rc_read_int_entry (ptr_xfceresources, "Preferred_Width", 400);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list