Please merge into CVS!!!
Maurizio Monge
maurizio.monge at sns.it
Sat May 15 10:34:20 BST 2004
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
the patch follows.
diff -u -r1.261 konq_viewmgr.cc
--- konq_viewmgr.cc 9 May 2004 09:10:30 -0000
1.261
+++ konq_viewmgr.cc 10 May 2004 02:58:33 -0000
@@ -1208,7 +1208,7 @@
// #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