reassign 329231 libqt3-mt
found 329231 3.3.5-1
tags 329231 + patch
retitle 329231 X errors in kst due to qt change in 3.3.5
thanks

CC'd to interested parties and also the KST mailing list for the record.

OK, I've finally tracked down exactly where this bug comes from.  There
was a change between qt-3.3.4 and 3.3.5 in src/kernel/qpixmap_x11.cpp
which, when reverted, fixes the problem.

A dpatch for qt-3.3.5 is attached which reverts the change and fixes the
problem.

If the Debian qt maintainers have any questions about this, can they
please CC me.

Thanks,

Mark

-- 
Mark Hymers <[EMAIL PROTECTED]>

"Oh simple thing, Where have you gone?
 I'm getting old and I need something to rely on."
     Somewhere Only We Know, Keane
#! /bin/sh /usr/share/dpatch/dpatch-run
## 41_qpixmap_fix.dpatch by Mark Hymers <[EMAIL PROTECTED]>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.

diff -Naur qt-x11-free-3.3.5-orig/src/kernel/qpixmap_x11.cpp 
qt-x11-free-3.3.5/src/kernel/qpixmap_x11.cpp
--- qt-x11-free-3.3.5-orig/src/kernel/qpixmap_x11.cpp   2005-11-13 
13:56:12.000000000 +0000
+++ qt-x11-free-3.3.5/src/kernel/qpixmap_x11.cpp        2005-11-13 
13:56:29.000000000 +0000
@@ -309,9 +309,6 @@
 
     int dd = x11Depth();
 
-    if ( d != -1 )
-        dd = d;
-
     if ( optim == DefaultOptim )               // use default optimization
        optim = defOptim;
 

Reply via email to