[Pkg-xfce-commits] r5924 - in goodies/trunk/xfce4-fsguard-plugin/debian: . patches

Yves-Alexis Perez corsac at alioth.debian.org
Tue Aug 9 11:51:04 UTC 2011


Author: corsac
Date: 2011-08-09 11:51:04 +0000 (Tue, 09 Aug 2011)
New Revision: 5924

Added:
   goodies/trunk/xfce4-fsguard-plugin/debian/patches/
   goodies/trunk/xfce4-fsguard-plugin/debian/patches/01_fix-resource-file-loading.patch
   goodies/trunk/xfce4-fsguard-plugin/debian/patches/series
Modified:
   goodies/trunk/xfce4-fsguard-plugin/debian/changelog
Log:
* debian/patches:
  - 01_fix-resource-file-loading added, use the correct function to lookup
    resource file so default are correctly used.              closes: #637161

Modified: goodies/trunk/xfce4-fsguard-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-fsguard-plugin/debian/changelog	2011-08-08 21:08:14 UTC (rev 5923)
+++ goodies/trunk/xfce4-fsguard-plugin/debian/changelog	2011-08-09 11:51:04 UTC (rev 5924)
@@ -1,3 +1,11 @@
+xfce4-fsguard-plugin (1.0.0-2) UNRELEASED; urgency=low
+
+  * debian/patches:
+    - 01_fix-resource-file-loading added, use the correct function to lookup
+      resource file so default are correctly used.              closes: #637161
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Tue, 09 Aug 2011 13:50:05 +0200
+
 xfce4-fsguard-plugin (1.0.0-1) unstable; urgency=low
 
   [ Evgeni Golov ]

Added: goodies/trunk/xfce4-fsguard-plugin/debian/patches/01_fix-resource-file-loading.patch
===================================================================
--- goodies/trunk/xfce4-fsguard-plugin/debian/patches/01_fix-resource-file-loading.patch	                        (rev 0)
+++ goodies/trunk/xfce4-fsguard-plugin/debian/patches/01_fix-resource-file-loading.patch	2011-08-09 11:51:04 UTC (rev 5924)
@@ -0,0 +1,13 @@
+diff --git a/panel-plugin/fsguard.c b/panel-plugin/fsguard.c
+index b4b7dbe..46af700 100644
+--- a/panel-plugin/fsguard.c
++++ b/panel-plugin/fsguard.c
+@@ -325,7 +325,7 @@ 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);
+     g_free (file);

Added: goodies/trunk/xfce4-fsguard-plugin/debian/patches/series
===================================================================
--- goodies/trunk/xfce4-fsguard-plugin/debian/patches/series	                        (rev 0)
+++ goodies/trunk/xfce4-fsguard-plugin/debian/patches/series	2011-08-09 11:51:04 UTC (rev 5924)
@@ -0,0 +1 @@
+01_fix-resource-file-loading.patch




More information about the Pkg-xfce-commits mailing list