[pkg-kde-commits] rev 2715 - in kde-extras/kipi-plugins/trunk/debian: . patches

Tom Albers tomalbers-guest at costa.debian.org
Wed Dec 28 22:48:24 UTC 2005


Author: tomalbers-guest
Date: 2005-12-28 22:48:23 +0000 (Wed, 28 Dec 2005)
New Revision: 2715

Added:
   kde-extras/kipi-plugins/trunk/debian/patches/10_kdesvn492067_fix_crash_for_canceling_dialog_imagesgallery.diff
Modified:
   kde-extras/kipi-plugins/trunk/debian/changelog
Log:
My first commit to alioth! 

- Added a patch for a nasty crash in the imagegallery, which is already in upstream svn
- -2 is not in unstable, changed to unreleased



Modified: kde-extras/kipi-plugins/trunk/debian/changelog
===================================================================
--- kde-extras/kipi-plugins/trunk/debian/changelog	2005-12-28 18:50:45 UTC (rev 2714)
+++ kde-extras/kipi-plugins/trunk/debian/changelog	2005-12-28 22:48:23 UTC (rev 2715)
@@ -1,5 +1,11 @@
-kipi-plugins (0.1+rc1-2) unstable; urgency=low
+kipi-plugins (0.1+rc1-2) UNRELEASED; urgency=low
 
+  [ Tom Albers ]
+  * added patches/10_kdesvn492067_fix_crash_for_canceling_dialog_imagesgallery.diff
+    which prevents a crash when using the imagesgallery for a second time and
+    cancelling the dialog which asks if it is ok to delete the previous data.
+    (upstream bug 116605)
+
   [ Mark Purcell ]
   * Add debian/watch: sf.net kipi project will be used for
     future releases

Added: kde-extras/kipi-plugins/trunk/debian/patches/10_kdesvn492067_fix_crash_for_canceling_dialog_imagesgallery.diff
===================================================================
--- kde-extras/kipi-plugins/trunk/debian/patches/10_kdesvn492067_fix_crash_for_canceling_dialog_imagesgallery.diff	2005-12-28 18:50:45 UTC (rev 2714)
+++ kde-extras/kipi-plugins/trunk/debian/patches/10_kdesvn492067_fix_crash_for_canceling_dialog_imagesgallery.diff	2005-12-28 22:48:23 UTC (rev 2715)
@@ -0,0 +1,13 @@
+--- imagesgallery/imagesgallery.cpp	(revision 492066)
++++ imagesgallery/imagesgallery.cpp	(revision 492067)
+@@ -278,7 +278,9 @@
+              KMessageBox::error(kapp->activeWindow(), i18n("Cannot remove folder '%1'.").arg(MainTPath));
+              return false;
+              }
+-          }
++          } 
++          else
++              return false;
+        }
+        
+     return true;




More information about the pkg-kde-commits mailing list