aboutsummaryrefslogtreecommitdiff
path: root/audio/amarok-kde4/files/patch-amarok_src_mediadevice_generic_genericmediadevice.cpp
blob: 63bc30ea1ca72756a845ccc6038cc2bfb0dcd49d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

$FreeBSD$

--- amarok/src/mediadevice/generic/genericmediadevice.cpp.orig
+++ amarok/src/mediadevice/generic/genericmediadevice.cpp
@@ -406,7 +406,7 @@
     debug() << "Renaming: " << src << " to: " << dst << endl;
 
     //do we want a progress dialog?  If so, set last false to true
-    if( KIO::NetAccess::file_move( KURL::fromPathOrURL(src), KURL::fromPathOrURL(dst), -1, false, false, false ) )
+    if( KIO::NetAccess::file_move( KURL::fromPathOrURL(src), KURL::fromPathOrURL(dst), -1, false, false, 0 ) )
     {
         m_mfm.erase( m_mim[item]->getFullName() );
         m_mim[item]->setNamesFromBase( item->text(0) );