SVN commit 855511 by dmeltzer: Don't show a progress operation for each cover fetched, it updates too fast to ever know what its for and is just annoying. M +0 -14 CoverFetcher.cpp --- trunk/extragear/multimedia/amarok/src/covermanager/CoverFetcher.cpp #855510:855511 @@ -24,31 +24,22 @@ #include "amarokconfig.h" #include "CoverManager.h" #include "Debug.h" -//#include "AmarokStatusBar.h" #include "StatusBar.h" #include "ui_EditCoverSearchDialog.h" -#include -#include -#include //waiting cursor #include #include -#include #include #include #include -#include -#include #include #include #include -#include #include #include #include #include -#include #include #include @@ -291,8 +282,6 @@ KJob* job = KIO::storedGet( url, KIO::NoReload, KIO::HideProgressInfo ); connect( job, SIGNAL(result( KJob* )), SLOT(finishedXmlFetch( KJob* )) ); - The::statusBar()->newProgressOperation( job ).setDescription( i18n( "Fetching Cover" ) ); - } void @@ -632,9 +621,6 @@ { setButtons( None ); showButtonSeparator( false ); - // Gives the window a small title bar, and skips a taskbar entry - //KWindowSystem::setType( winId(), NET::Utility ); - //KWindowSystem::setState( winId(), NET::SkipTaskbar ); KVBox *box = new KVBox( this ); setMainWidget(box);