[Pkg-lxde-maintainers] Bug#607144: Quilt patch fixing this bug

Fernando López soportelihuen at linti.unlp.edu.ar
Mon Dec 20 18:16:22 UTC 2010


Here is the patch generated with quilt:

-------------------------PATCH-----------------------
Index: libfm-0.1.12/src/gio/fm-app-lookup.c
===================================================================
--- libfm-0.1.12.orig/src/gio/fm-app-lookup.c    2010-12-20
15:10:09.414841315 -0300
+++ libfm-0.1.12/src/gio/fm-app-lookup.c    2010-12-20 15:11:05.382996748
-0300
@@ -143,7 +143,7 @@
         if(g_key_file_load_from_file(kf, fname, 0, NULL))
             desktop_id = g_key_file_get_string(kf, "Preferred
Applications", key, NULL);
         n = g_strv_length(dirs);
-        for( i = n - 1; i > 0; --i )
+        for( i = n - 1; i >= 0; --i )
         {
             fname = g_build_filename(dirs[i], "libfm/pref-apps.conf",
NULL);
             if( g_key_file_load_from_file(kf, fname, 0, NULL) )
-----------------------END OF PATCH------------

Best Regards, Fernando.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-lxde-maintainers/attachments/20101220/5f00dcfd/attachment.htm>


More information about the Pkg-lxde-maintainers mailing list