[Kde-imaging] [Bug 146799] digikam 0.9.2 crashes when exiting - slideshow error

Valerio Fuoglio valerio at ulteo.com
Fri Jun 15 00:23:18 CEST 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=146799         
valerio ulteo com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From valerio ulteo com  2007-06-15 00:23 -------
SVN commit 675742 by vfuoglio:

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

BUG: 146799
CCMAIL: kde-imaging kde org
CCMAIL: digikam-users 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 Kde-imaging mailing list