[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    libkhtmlw.so + kfm patch
From:       Carsten Pfeiffer <carpdjih () cetus ! zrz ! TU-Berlin ! DE>
Date:       1998-02-18 16:40:39
[Download RAW message or body]

Hi,

kfm from 0212 doesn't compile because of an undefined reference to
jpeg_CreateDecompress  in libkhtmlw.
And there's a small bug in kfm. If you select multiple files of the same
mimetype and rightclick, you see as many associations, as you selected files.
Hopefully this patch removes this, but as I can't compile...

Cheers,
Carsten Pfeiffer
-- 
http://www.geocities.com/SiliconValley/1632/


--- kfmman.cpp.orig	Wed Feb 18 14:19:41 1998
+++ kfmman.cpp	Wed Feb 18 16:36:39 1998
@@ -960,7 +960,9 @@
 	    for ( b = bindings.first(); b != 0L; b = bindings.next() )
 	    {
 		// Does the binding match this file, too ?
-		if ( bindings2.find( b ) != -1 )
+		// and don't we already have this binding?
+		if ( ( bindings2.find( b ) != -1 ) && 
+		     ( bindings3.find( b ) == -1  ) )
 		{
 		    // Keep these entries
 		    bindings3.append( b );


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic