rev 3170 - people/dato/packages/trunk/amarok/debian/patches

Adeodato Simó adeodato at costa.debian.org
Mon Feb 20 04:03:07 UTC 2006


Author: adeodato
Date: 2006-02-20 04:03:07 +0000 (Mon, 20 Feb 2006)
New Revision: 3170

Added:
   people/dato/packages/trunk/amarok/debian/patches/beta1_dont_use_smart_resizing_it_crashes_at_startup.diff
Modified:
   people/dato/packages/trunk/amarok/debian/patches/series
Log:
Without this patch, I was bitten by bugs.kde.org/121871.


Added: people/dato/packages/trunk/amarok/debian/patches/beta1_dont_use_smart_resizing_it_crashes_at_startup.diff
===================================================================
--- people/dato/packages/trunk/amarok/debian/patches/beta1_dont_use_smart_resizing_it_crashes_at_startup.diff	2006-02-20 03:51:13 UTC (rev 3169)
+++ people/dato/packages/trunk/amarok/debian/patches/beta1_dont_use_smart_resizing_it_crashes_at_startup.diff	2006-02-20 04:03:07 UTC (rev 3170)
@@ -0,0 +1,11 @@
+--- amarok/src/playlist.cpp.orig
++++ amarok/src/playlist.cpp
+@@ -2417,7 +2417,7 @@
+ void
+ Playlist::viewportResizeEvent( QResizeEvent *e )
+ {
+-    if ( !m_smartResizing ) {
++    if ( !m_smartResizing || true ) { // not entering this way made it crash for me -- dato
+         KListView::viewportResizeEvent( e );
+         return;
+     }

Modified: people/dato/packages/trunk/amarok/debian/patches/series
===================================================================
--- people/dato/packages/trunk/amarok/debian/patches/series	2006-02-20 03:51:13 UTC (rev 3169)
+++ people/dato/packages/trunk/amarok/debian/patches/series	2006-02-20 04:03:07 UTC (rev 3170)
@@ -5,3 +5,4 @@
 gmo_files_at_build_time.patch -p0
 disable-final.diff -p0
 some-binaries-in-usr-lib.patch -p0
+beta1_dont_use_smart_resizing_it_crashes_at_startup.diff -p0




More information about the pkg-kde-commits mailing list