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

List:       kde-commits
Subject:    branches/KDE/4.3/kdelibs/kio/kio
From:       Darío Andrés Rodríguez <andresbajotierra () gmail ! co
Date:       2009-08-08 15:54:27
Message-ID: 1249746867.782770.16892.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1008898 by darioandres:

Backport to 4.3:
- Fix parameters on KAutoUnmount constructor. Mountpoint and desktopFile where switched
  on the Private object constructor, causing KIO::unmount() to trying to unmount the
  desktop file path instead of the mount point -> fail.



 M  +1 -1      kautomount.cpp  


--- branches/KDE/4.3/kdelibs/kio/kio/kautomount.cpp #1008897:1008898
@@ -108,7 +108,7 @@
 };
 
 KAutoUnmount::KAutoUnmount( const QString & _mountpoint, const QString & _desktopFile )
-    : d( new KAutoUnmountPrivate(this, _desktopFile, _mountpoint) )
+    : d( new KAutoUnmountPrivate(this, _mountpoint, _desktopFile) )
 {
     KIO::Job * job = KIO::unmount( d->m_mountpoint );
     connect( job, SIGNAL( result( KJob * ) ), this, SLOT( slotResult( KJob * ) ) );
[prev in list] [next in list] [prev in thread] [next in thread] 

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