rpms/kdepim/devel kdepim-3.5.4-kde#134200.patch, NONE, 1.1 kdepim.spec, 1.105, 1.106

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Sep 20 11:03:12 UTC 2006


Author: than

Update of /cvs/dist/rpms/kdepim/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv1995

Modified Files:
	kdepim.spec 
Added Files:
	kdepim-3.5.4-kde#134200.patch 
Log Message:
fix #134200, always initialize mLineHeight and mFirstColumnWidth


kdepim-3.5.4-kde#134200.patch:
 recipientseditor.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)

--- NEW FILE kdepim-3.5.4-kde#134200.patch ---
Index: kmail/recipientseditor.cpp
===================================================================
--- kmail/recipientseditor.cpp	(Revision 585457)
+++ kmail/recipientseditor.cpp	(Revision 585458)
@@ -318,7 +318,8 @@
 // ------------ RecipientsView ---------------------
 
 RecipientsView::RecipientsView( QWidget *parent )
-  : QScrollView( parent ), mCurDelLine( 0 ), mModified( false )
+  : QScrollView( parent ), mCurDelLine( 0 ), mModified( false ),
+    mFirstColumnWidth(0), mLineHeight( 0 )
 {
   setHScrollBarMode( AlwaysOff );
   setLineWidth( 0 );


Index: kdepim.spec
===================================================================
RCS file: /cvs/dist/rpms/kdepim/devel/kdepim.spec,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- kdepim.spec	18 Sep 2006 17:23:05 -0000	1.105
+++ kdepim.spec	20 Sep 2006 11:03:09 -0000	1.106
@@ -41,6 +41,7 @@
 Patch106: kdepim-3.5.4-kde#133792.patch
 Patch107: kdepim-3.5.4-akregator-font.patch
 Patch108: kdepim-3.5.4-holidays-es.patch
+Patch109: kdepim-3.5.4-kde#134200.patch
 
 Requires: kdebase >= %{kdebase_epoch}:%{version}
 Requires(post): /sbin/ldconfig
@@ -104,6 +105,7 @@
 %patch106 -p0 -b .kde#133792
 %patch107 -p0 -b .akregator-font
 %patch108 -p0 -b .holidays-es
+%patch109 -p0 -b .kde#134200
 
 %build
 unset QTDIR || : ; . /etc/profile.d/qt.sh
@@ -207,6 +209,7 @@
    add default values for font sizes
    fix #133792, do not double-count days during weekly-summarized report
    remove a duplicated holiday
+   fix #134200, always initialize mLineHeight and mFirstColumnWidth
 
 * Tue Sep 12 2006 Than Ngo <than at redhat.com> 6:3.5.4-4
 - apply upstream patches




More information about the fedora-cvs-commits mailing list