[Xfce4-commits] [panel-plugins/xfce4-sensors-plugin] 02/02: remove another gsource by newly introduced function
noreply at xfce.org
noreply at xfce.org
Wed Feb 18 19:49:10 CET 2015
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 f3b08a9b2ecc7d9abb333095bb48d9e7165cb4f8
Author: Fabian <timystery at arcor.de>
Date: Wed Feb 18 19:44:40 2015 +0100
remove another gsource by newly introduced function
---
panel-plugin/sensors-plugin.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/sensors-plugin.c b/panel-plugin/sensors-plugin.c
index d69ca91..d13a49a 100644
--- a/panel-plugin/sensors-plugin.c
+++ b/panel-plugin/sensors-plugin.c
@@ -1345,7 +1345,7 @@ adjustment_value_changed (GtkWidget *widget, t_sensors_dialog* sd)
(gint) gtk_adjustment_get_value ( GTK_ADJUSTMENT (widget) );
/* stop the timeout functions ... */
- g_source_remove (sd->sensors->timeout_id);
+ remove_gsource (sd->sensors->timeout_id);
/* ... and start them again */
sd->sensors->timeout_id = g_timeout_add (
sd->sensors->sensors_refresh_time * 1000,
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list