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

List:       kde-commits
Subject:    extragear/multimedia/amarok/src/magnatunebrowser
From:       Alexandre Pereira de Oliveira <aoliveira () kdemail ! net>
Date:       2007-02-02 20:40:17
Message-ID: 1170448817.585267.18909.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 629470 by aoliveira:

some more files

 M  +6 -6      magnatunealbumdownloader.cpp  


--- trunk/extragear/multimedia/amarok/src/magnatunebrowser/magnatunealbumdownloader.cpp \
#629469:629470 @@ -95,13 +95,13 @@
 
     system( unzipString.ascii() );
 
-  
 
+
     if (m_currentAlbumId != -1 ) {
 
-        //now I really want to add the album cover to the same folder where I just \
unzipped the album... The  +        //now I really want to add the album cover to the \
                same folder where I just unzipped the album... The
         //only way of getting the actual location where the album was unpacked is \
                using the artist and album names
-   
+
         MagnatuneAlbum album = MagnatuneDatabaseHandler::instance()->getAlbumById( \
                m_currentAlbumId );
         MagnatuneArtist artist = \
MagnatuneDatabaseHandler::instance()->getArtistById( album.getArtistId() );  
@@ -149,7 +149,7 @@
 void MagnatuneAlbumDownloader::albumDownloadAborted( )
 {
     Amarok::StatusBar::instance()->endProgressOperation( m_albumDownloadJob );
-    m_albumDownloadJob->kill( true );
+    m_albumDownloadJob->kill();
     delete m_albumDownloadJob;
     m_albumDownloadJob = 0;
     debug() << "Aborted album download" << endl;
@@ -161,7 +161,7 @@
 void MagnatuneAlbumDownloader::coverDownloadAborted( )
 {
     Amarok::StatusBar::instance()->endProgressOperation( m_albumDownloadJob );
-    m_albumDownloadJob->kill( true );
+    m_albumDownloadJob->kill();
     delete m_albumDownloadJob;
     m_albumDownloadJob = 0;
     debug() << "Aborted cover download" << endl;
@@ -189,7 +189,7 @@
 {
 
     Amarok::StatusBar::instance()->endProgressOperation( m_albumDownloadJob );
-    m_albumDownloadJob->kill( true );
+    m_albumDownloadJob->kill();
     delete m_albumDownloadJob;
     m_albumDownloadJob = 0;
     debug() << "Aborted cover add" << endl;


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

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