Twas brillig at 07:10:55 29.06.2009 UTC+07 when dotted...@dottedmag.net did 
gyre and gimble:

 MG> Fix:

I've found a problem with this fix. Here's the correct one:

Attachment: pgpfq9330r3I1.pgp
Description: PGP signature

Index: src/lib/efreet_mime.c
===================================================================
--- src/lib/efreet_mime.c	(revision 41221)
+++ src/lib/efreet_mime.c	(working copy)
@@ -1272,6 +1272,12 @@
                 }
             }
         }
+
+        if (match)
+        {
+            fclose(f);
+            return last_mime;
+        }
     }
     fclose(f);
 

-- 
------------------------------------------------------------------------------
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to