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

omegaphil pushed a 
commit to branch 
master
in repository panel-plugins/xfce4-hardware-monitor-plugin.

commit d794d23f23ee8e4c6345614c705845bd48a375e2
Author: OmegaPhil <omegap...@startmail.com>
Date:   Fri Nov 24 20:38:52 2017 +0000

    Fix storage of adjustment widgets
---
 src/choose-monitor-window.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/choose-monitor-window.cpp b/src/choose-monitor-window.cpp
index 94112bb..4c925cf 100644
--- a/src/choose-monitor-window.cpp
+++ b/src/choose-monitor-window.cpp
@@ -55,11 +55,11 @@ ChooseMonitorWindow::ChooseMonitorWindow(XfcePanelPlugin* 
xfce_plugin,
   objects[12] = "memory_refresh_delay_adjustment";
   objects[13] = "memory_max_adjustment";
   objects[14] = "network_load_delay_adjustment";
-  objects[15] = "network_load_max_spinbutton";
+  objects[15] = "network_load_max_adjustment";
   objects[16] = "temperature_delay_adjustment";
-  objects[17] = "temperature_max_spinbutton";
+  objects[17] = "temperature_max_adjustment";
   objects[18] = "fan_delay_adjustment";
-  objects[19] = "fan_max_spinbutton";
+  objects[19] = "fan_max_adjustment";
   objects[20] = "generic_delay_adjustment";
   objects[21] = "generic_max_adjustment";
   ui = get_builder_xml(objects);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to