[Digikam-users] branches/extragear/kde3/libs/kipi-plugins/slideshow

Valerio Fuoglio valerio at ulteo.com
Thu Jun 14 23:23:13 BST 2007


SVN commit 675742 by vfuoglio:

Fixed BUG 146799 , titled "digikam 0.9.2 crashes when exiting - slideshow error".

BUG: 146799
CCMAIL: kde-imaging at kde.org
CCMAIL: digikam-users at kde.org


 M  +2 -2      plugin_slideshow.cpp  


--- branches/extragear/kde3/libs/kipi-plugins/slideshow/plugin_slideshow.cpp #675741:675742
@@ -78,6 +78,8 @@
 
     m_interface = dynamic_cast< KIPI::Interface* >( parent() );
     
+    m_urlList = new KURL::List();
+
     if ( !m_interface ) 
     {
        kdError( 51000 ) << "Kipi m_interface is null!" << endl;
@@ -118,8 +120,6 @@
     }
 
     m_imagesHasComments = m_interface->hasFeature(KIPI::ImagesHasComments);
-
-    m_urlList = new KURL::List();
     
     KIPISlideShowPlugin::SlideShowConfig *slideShowConfig
             = new KIPISlideShowPlugin::SlideShowConfig( allowSelectedOnly, m_interface,kapp->activeWindow(), 



More information about the Digikam-users mailing list