[Digikam-devel] [Bug 147347] showfoto crashes when opening twice multiple files

Gilles Caulier caulier.gilles at gmail.com
Fri Jun 29 09:44:36 BST 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=147347         
caulier.gilles gmail com changed:

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



------- Additional Comments From caulier.gilles gmail com  2007-06-29 10:44 -------
SVN commit 681520 by cgilles:

digiKam from KDE3 branch : fix showfoto crash if File/Open action is invoqued multiple time. 
The current item instance is not reseted between file open session and become invalid.
if "prompt user save" test is performed with it and thumbbar have been cleared, showfoto going to space...
BUG: 147347


 M  +2 -1      showfoto.cpp  


--- branches/extragear/kde3/graphics/digikam/showfoto/showfoto.cpp #681519:681520
 @ -3,7 +3,7  @
  * This file is a part of digiKam project
  * http://www.digikam.org
  *
- * Date   : 2004-11-22
+ * Date        : 2004-11-22
  * Description : stand alone digiKam image editor GUI
  *
  * Copyright (C) 2004-2005 by Renchi Raju <renchi pooh tam uiuc edu>
 @ -594,6 +594,7  @
 
     if (!urls.isEmpty())
     {
+        d->currentItem = 0;
         d->thumbBar->clear();
 
         for (KURL::List::const_iterator it = urls.begin();



More information about the Digikam-devel mailing list