[Xfce4-commits] [panel-plugins/xfce4-systemload-plugin] 03/04: stop writing the now deprecated Use_Timeout_Seconds and Use_Click_Command settings
noreply at xfce.org
noreply at xfce.org
Sat Dec 23 22:14:40 CET 2017
This is an automated email from the git hooks/post-receive script.
l a n d r y 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-systemload-plugin.
commit 4885ea9a43761b2048cf6cc2f2bebee0f3cfeabd
Author: Landry Breuil <landry at xfce.org>
Date: Sat Dec 23 22:12:31 2017 +0100
stop writing the now deprecated Use_Timeout_Seconds and Use_Click_Command settings
---
panel-plugin/systemload.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/panel-plugin/systemload.c b/panel-plugin/systemload.c
index fa51272..886e85a 100644
--- a/panel-plugin/systemload.c
+++ b/panel-plugin/systemload.c
@@ -589,9 +589,6 @@ monitor_write_config(XfcePanelPlugin *plugin, t_global_monitor *global)
xfce_rc_set_group (rc, "Main");
xfce_rc_write_int_entry (rc, "Timeout", global->timeout);
xfce_rc_write_int_entry (rc, "Timeout_Seconds", global->timeout_seconds);
- xfce_rc_write_bool_entry (rc, "Use_Timeout_Seconds",
- global->use_timeout_seconds);
- xfce_rc_write_bool_entry (rc, "Use_Click_Command", global->command.enabled);
xfce_rc_write_entry (rc, "Click_Command", global->command.command_text);
for(count = 0; count < 3; count++)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list