[Kde-imaging] kdeextragear-libs-1/kipi-plugins/cdarchiving

Gilles Caulier caulier.gilles at free.fr
Mon Aug 2 15:06:46 CEST 2004


CVS commit by cgilles: 

CDArchiving : fixed progress bar if no HTML interface
CCMAIL: kde-imaging at kde.org


  M +11 -6     cdarchiving.cpp   1.24


--- kdeextragear-libs-1/kipi-plugins/cdarchiving/cdarchiving.cpp  #1.23:1.24
@@ -269,4 +269,5 @@ void CDArchiving::run()
     
     if ( m_configDlg->getUseHTMLInterface() == true )    
+       {
        nbActions = nbActions + ListAlbums.count() + 1;
     
@@ -274,6 +275,10 @@ void CDArchiving::run()
        ++nbActions;
 
-    for( QValueList<KIPI::ImageCollection>::Iterator it = ListAlbums.begin(); it != ListAlbums.end(); ++it ) 
+       for( QValueList<KIPI::ImageCollection>::Iterator it = ListAlbums.begin() ;
+            it != ListAlbums.end() ; ++it ) 
+          {
        nbActions = nbActions + (*it).images().count();
+          }
+       }
     
     d = new KIPICDArchivingPlugin::EventData;




More information about the Kde-imaging mailing list