[Xfce4-commits] [panel-plugins/xfce4-hardware-monitor-plugin] 43/96: Save background_color in the default settings group

noreply at xfce.org noreply at xfce.org
Thu Nov 27 22:20:48 CET 2014


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

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

commit 70d8fc7184d47a0ffb5aa8d2f461c414231811c8
Author: Omega Weapon <OmegaPhil at gmail.com>
Date:   Wed Nov 6 22:03:30 2013 +0000

    Save background_color in the default settings group
---
 src/preferences-window.cpp |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/preferences-window.cpp b/src/preferences-window.cpp
index a66c86b..b1ea7b2 100644
--- a/src/preferences-window.cpp
+++ b/src/preferences-window.cpp
@@ -391,7 +391,8 @@ void PreferencesWindow::sync_conf_with_colorbutton(std::string settings_dir,
 
 void PreferencesWindow::on_background_colorbutton_set()
 {
-  sync_conf_with_colorbutton("", "background_color",
+  // Settings dir here is the default XFCE4 settings group
+  sync_conf_with_colorbutton("[NULL]", "background_color",
 			     background_colorbutton);
 }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list