rev 4329 - in kde-extras/kscope/tags/1.4.0-1/debian: . patches

Fathi Boudra fboudra-guest at costa.debian.org
Mon Aug 14 14:21:41 UTC 2006


Author: fboudra-guest
Date: 2006-08-14 14:21:40 +0000 (Mon, 14 Aug 2006)
New Revision: 4329

Added:
   kde-extras/kscope/tags/1.4.0-1/debian/patches/
   kde-extras/kscope/tags/1.4.0-1/debian/patches/10_kdepot.diff
   kde-extras/kscope/tags/1.4.0-1/debian/patches/11_crashfix.diff
Log:
Add patches to tagged kscope 1.4.0-1

Added: kde-extras/kscope/tags/1.4.0-1/debian/patches/10_kdepot.diff
===================================================================
--- kde-extras/kscope/tags/1.4.0-1/debian/patches/10_kdepot.diff	2006-08-14 13:44:18 UTC (rev 4328)
+++ kde-extras/kscope/tags/1.4.0-1/debian/patches/10_kdepot.diff	2006-08-14 14:21:40 UTC (rev 4329)
@@ -0,0 +1,11 @@
+--- ./admin/cvs.sh	2005-03-08 22:28:11.000000000 +0100
++++ ./admin/cvs.sh	2006-04-15 16:25:20.000000000 +0200
+@@ -499,6 +499,8 @@
+ if test -z "$PREPARETIPS"; then PREPARETIPS=preparetips ; fi
+ export EXTRACTRC PREPARETIPS
+ 
++kdepotpath=/usr/include/kde/kde.pot
++
+ for subdir in $dirs; do
+   test -z "$VERBOSE" || echo "Making messages in $subdir"
+   (cd $subdir

Added: kde-extras/kscope/tags/1.4.0-1/debian/patches/11_crashfix.diff
===================================================================
--- kde-extras/kscope/tags/1.4.0-1/debian/patches/11_crashfix.diff	2006-08-14 13:44:18 UTC (rev 4328)
+++ kde-extras/kscope/tags/1.4.0-1/debian/patches/11_crashfix.diff	2006-08-14 14:21:40 UTC (rev 4329)
@@ -0,0 +1,12 @@
+--- ./src/queryview.cpp	2005-12-23 23:22:59.000000000 +0100
++++ ./src/queryview.cpp	2006-08-12 14:10:27.000000000 +0200
+@@ -106,6 +106,9 @@
+  */
+ void QueryView::select(QListViewItem* pItem)
+ {
++    if (!pItem)
++       return;
++
+ 	ensureItemVisible(pItem);
+ 	setSelected(pItem, true);
+ 	slotRecordSelected(pItem);




More information about the pkg-kde-commits mailing list