[Xfce4-commits] [panel-plugins/xfce4-cpufreq-plugin] 06/07: Use xfce_panel_plugin_lookup_rc_file (Bug #11823)
noreply at xfce.org
noreply at xfce.org
Fri Sep 21 15:21:42 CEST 2018
This is an automated email from the git hooks/post-receive script.
a n d r e 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-cpufreq-plugin.
commit 7c820df39ec561cfbce05050e31226e1f78517c4
Author: Andre Miranda <andreldm at xfce.org>
Date: Wed Sep 19 21:51:10 2018 -0300
Use xfce_panel_plugin_lookup_rc_file (Bug #11823)
---
panel-plugin/xfce4-cpufreq-plugin.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/xfce4-cpufreq-plugin.c b/panel-plugin/xfce4-cpufreq-plugin.c
index b67a8d4..647ec8a 100644
--- a/panel-plugin/xfce4-cpufreq-plugin.c
+++ b/panel-plugin/xfce4-cpufreq-plugin.c
@@ -613,7 +613,7 @@ cpufreq_read_config (void)
gchar *file;
const gchar *value;
- file = xfce_panel_plugin_save_location (cpuFreq->plugin, FALSE);
+ file = xfce_panel_plugin_lookup_rc_file (cpuFreq->plugin);
if (G_UNLIKELY (!file))
return;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list