[Xfce4-commits] [panel-plugins/xfce4-hardware-monitor-plugin] 10/29: Fix storage of adjustment widgets

noreply at xfce.org noreply at xfce.org
Mon Dec 18 12:45:41 CET 2017


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

o   m   e   g   a   p   h   i   l       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-hardware-monitor-plugin.

commit d794d23f23ee8e4c6345614c705845bd48a375e2
Author: OmegaPhil <OmegaPhil at 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.


More information about the Xfce4-commits mailing list