rev 16156 - in kde-extras/kmess/trunk/debian: . patches

Mark Purcell msp at alioth.debian.org
Tue Oct 20 07:36:28 UTC 2009


Author: msp
Date: 2009-10-20 07:36:27 +0000 (Tue, 20 Oct 2009)
New Revision: 16156

Added:
   kde-extras/kmess/trunk/debian/patches/10_rev5532-KDE-bug-209960.diff
Modified:
   kde-extras/kmess/trunk/debian/changelog
Log:
Include upstream rev5532 - Work around KDE bug #209960 that caused a
crash when closing the account settings dialog.  (Closes: #551061)

Modified: kde-extras/kmess/trunk/debian/changelog
===================================================================
--- kde-extras/kmess/trunk/debian/changelog	2009-10-19 14:31:25 UTC (rev 16155)
+++ kde-extras/kmess/trunk/debian/changelog	2009-10-20 07:36:27 UTC (rev 16156)
@@ -1,8 +1,10 @@
 kmess (2.0-2) UNRELEASED; urgency=low
 
   * Update debian/watch to handle rc/beta & alpha upstream
+  * Include upstream rev5532 - Work around KDE bug #209960 that caused a
+    crash when closing the account settings dialog.  (Closes: #551061)
 
- -- Mark Purcell <msp at debian.org>  Sat, 17 Oct 2009 10:33:50 +1100
+ -- Mark Purcell <msp at debian.org>  Tue, 20 Oct 2009 18:35:36 +1100
 
 kmess (2.0-1) unstable; urgency=low
 

Added: kde-extras/kmess/trunk/debian/patches/10_rev5532-KDE-bug-209960.diff
===================================================================
--- kde-extras/kmess/trunk/debian/patches/10_rev5532-KDE-bug-209960.diff	                        (rev 0)
+++ kde-extras/kmess/trunk/debian/patches/10_rev5532-KDE-bug-209960.diff	2009-10-20 07:36:27 UTC (rev 16156)
@@ -0,0 +1,13 @@
+--- src/settings/chatstylepage.cpp	2009/10/13 23:15:52	5531
++++ src/settings/chatstylepage.cpp	2009/10/14 09:25:50	5532
+@@ -92,8 +92,8 @@
+   // Configure the preview form of the "chatting" widget
+ 
+   // Insert a KHTMLPart in the placeholder
+-  chatMessageView_ = new ChatMessageView( khtmlPlaceholder_ );
+-
++  chatMessageView_ = new ChatMessageView( this );
++  
+   // Create a layout to maximize the KHTMLPart
+   QBoxLayout *layout = new QHBoxLayout( khtmlPlaceholder_ );
+   layout->addWidget( chatMessageView_->view() );




More information about the pkg-kde-commits mailing list