[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/apps/konqueror/src
From:       David Faure <faure () kde ! org>
Date:       2009-08-27 14:16:34
Message-ID: 1251382594.987521.23885.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1016317 by dfaure:

Fix crash in "close all other tabs". Fix will be in 4.3.1.
BUG: 183486


 M  +5 -0      konqframe.cpp  
 M  +1 -1      konqframe.h  


--- trunk/KDE/kdebase/apps/konqueror/src/konqframe.cpp #1016316:1016317
@@ -47,6 +47,11 @@
 #include <konq_events.h>
 #include <kconfiggroup.h>
 
+KonqFrameBase::KonqFrameBase()
+    : m_pParentContainer(0)
+{
+}
+
 QString KonqFrameBase::frameTypeToString( const KonqFrameBase::FrameType frameType )
 {
     switch ( frameType ) {
--- trunk/KDE/kdebase/apps/konqueror/src/konqframe.h #1016316:1016317
@@ -97,7 +97,7 @@
   static FrameType frameTypeFromString( const QString& str );
 
 protected:
-  KonqFrameBase() {}
+  KonqFrameBase();
 
   KonqFrameContainerBase* m_pParentContainer;
 };
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic