rev 6631 - in kde-extras/digikam/trunk/debian: . patches

Achim Bohnet ach-guest at alioth.debian.org
Sat Jun 30 09:04:50 UTC 2007


Author: ach-guest
Date: 2007-06-30 09:04:50 +0000 (Sat, 30 Jun 2007)
New Revision: 6631

Added:
   kde-extras/digikam/trunk/debian/patches/14_kde_r681520_bug147347_fix_showfoto_crash_open_twice.diff
Modified:
   kde-extras/digikam/trunk/debian/changelog
Log:
  * add patches/14_kde_r681520_bug147347_fix_showfoto_crash_open_twice.diff
    showfoto crases when an already opened image is opened another time. Fixes
    KDE bug: 147347

Modified: kde-extras/digikam/trunk/debian/changelog
===================================================================
--- kde-extras/digikam/trunk/debian/changelog	2007-06-30 08:01:09 UTC (rev 6630)
+++ kde-extras/digikam/trunk/debian/changelog	2007-06-30 09:04:50 UTC (rev 6631)
@@ -7,6 +7,9 @@
     Fixes encoding of french translation in hotplug service desktop files.
     Thx to Anthony Mercatante <tonio at ubuntu.com> for the patch. I've merged it
     upstream.
+  * add patches/14_kde_r681520_bug147347_fix_showfoto_crash_open_twice.diff
+    showfoto crases when an already opened image is opened another time. Fixes
+    KDE bug: 147347
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Tue, 26 Jun 2007 22:24:32 +0100
 

Added: kde-extras/digikam/trunk/debian/patches/14_kde_r681520_bug147347_fix_showfoto_crash_open_twice.diff
===================================================================
--- kde-extras/digikam/trunk/debian/patches/14_kde_r681520_bug147347_fix_showfoto_crash_open_twice.diff	                        (rev 0)
+++ kde-extras/digikam/trunk/debian/patches/14_kde_r681520_bug147347_fix_showfoto_crash_open_twice.diff	2007-06-30 09:04:50 UTC (rev 6631)
@@ -0,0 +1,21 @@
+Index: digikam/showfoto/showfoto.cpp
+===================================================================
+--- digikam/showfoto/showfoto.cpp	(revision 681519)
++++ digikam/showfoto/showfoto.cpp	(revision 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 at 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 pkg-kde-commits mailing list