[Xfce4-commits] <xfce4-fsguard-plugin:master> fix config loading (bug #8821)

Landry Breuil noreply at xfce.org
Fri May 4 16:20:01 CEST 2012


Updating branch refs/heads/master
         to 5e92d3696647932acbada5169d6319f3b422313f (commit)
       from 12b60aa2bf4284ee9b183a38343ec522b8762ee2 (commit)

commit 5e92d3696647932acbada5169d6319f3b422313f
Author: Landry Breuil <landry at xfce.org>
Date:   Fri May 4 16:19:08 2012 +0200

    fix config loading (bug #8821)

 panel-plugin/fsguard.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/panel-plugin/fsguard.c b/panel-plugin/fsguard.c
index 25b78a4..1101657 100644
--- a/panel-plugin/fsguard.c
+++ b/panel-plugin/fsguard.c
@@ -323,9 +323,9 @@ fsguard_read_config (FsGuard *fsguard)
     char               *file;
     XfceRc             *rc;
 
-    file = xfce_panel_plugin_save_location (fsguard->plugin, TRUE);
+    file = xfce_panel_plugin_lookup_rc_file (fsguard->plugin);
     DBG ("Lookup rc file `%s'", file);
-    rc = xfce_rc_simple_open (file, FALSE);
+    rc = xfce_rc_simple_open (file, TRUE);
     g_free (file);
     g_return_if_fail (rc);
 


More information about the Xfce4-commits mailing list