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

List:       kde-commits
Subject:    extragear/multimedia/amarok/src/device/smb
From:       Maximilian Kossick <maximilian.kossick () googlemail ! com>
Date:       2006-11-02 8:27:29
Message-ID: 1162456049.353287.3050.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 601128 by mkossick:

support CIFS shares

 M  +3 -1      smbdevicehandler.cpp  


--- trunk/extragear/multimedia/amarok/src/device/smb/smbdevicehandler.cpp #601127:601128
@@ -104,7 +104,9 @@
 bool
 SmbDeviceHandlerFactory::canHandle( const Medium * m ) const
 {
-    return m && m->fsType().find( "smb" ) != -1 && m->isMounted();
+    return m && ( m->fsType().find( "smb" ) != -1 ||
+                  m->fsType().find( "cifs" ) != -1 ) 
+		&& m->isMounted();
 }
 
 SmbDeviceHandlerFactory::SmbDeviceHandlerFactory( )
[prev in list] [next in list] [prev in thread] [next in thread] 

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