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

List:       kde-commits
Subject:    extragear/multimedia/amarok/src/mediadevice/generic
From:       Dan Meltzer <hydrogen () notyetimplemented ! com>
Date:       2007-03-02 1:57:37
Message-ID: 1172800657.503344.10880.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 638462 by dmeltzer:

Port fix for bug 141614 to trunk so that we don't lose it

 M  +1 -6      genericmediadevice.cpp  


--- trunk/extragear/multimedia/amarok/src/mediadevice/generic/genericmediadevice.cpp #638461:638462
@@ -420,12 +420,7 @@
         if( m_medium.mountPoint() == (*mountiter)->mountPoint() )
             m_medium.setFsType( (*mountiter)->mountType() );
     }
-    m_actuallyVfat = m_medium.fsType() ==
-#ifdef __FreeBSD__
-        "msdosfs"
-#else
-        "vfat"
-#endif
+    m_actuallyVfat = ( m_medium.fsType() == "msdosfs" || m_medium.fsType() =="vfat" )
         ? true : false;
     m_connected = true;
     m_transferDir = m_medium.mountPoint();
[prev in list] [next in list] [prev in thread] [next in thread] 

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