Please merge into CVS!!!
Laurent Montel
montel at kde.org
Sat May 15 10:56:48 BST 2004
Le Saturday 15 May 2004 11:34, Maurizio Monge a écrit :
> Hello, i am running kdelibs/kdebase CVS HEAD,
> and konqueror crashes whenever i middle-click on a link
> to open a web page in another window (i admit my ignorance,
> so it could not be the best fix).
>
> Thanx
> Maurizio Monge
> please CC any reply to monge(at)sns(dot)it
>
David alrealdy applied your patch :
Revision 1.262
date: 2004/05/10 11:17:15; author: faure; state: Exp; lines: +1 -1
Fixed crash found by "Maurizio Monge" <maurizio.monge at sns.it>
=============================================================================
cd .; cvs -f diff -kk -bp -u -r1.261 -r1.262 konq_viewmgr.cc
Index: konq_viewmgr.cc
===================================================================
RCS file: /home/kde/kdebase/konqueror/konq_viewmgr.cc,v
retrieving revision 1.261
retrieving revision 1.262
diff -b -p -u -r1.261 -r1.262
--- konq_viewmgr.cc 9 May 2004 09:10:30 -0000 1.261
+++ konq_viewmgr.cc 10 May 2004 11:17:15 -0000 1.262
@@ -1208,7 +1208,7 @@ void KonqViewManager::loadViewProfile( K
setActivePart( nextChildView ? nextChildView->part() : 0L, true /*
immediate */);
// #71164
- if ( !req.args.frameName.isEmpty() ) {
+ if ( !req.args.frameName.isEmpty() && nextChildView ) {
nextChildView->setViewName( req.args.frameName );
More information about the kfm-devel
mailing list