Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Unmaintained
KDE Libraries
Commits
fcbfec8c
Commit
fcbfec8c
authored
Aug 08, 2004
by
Waldo Bastian
Browse files
Fix frame regression (BR84352)
svn path=/branches/KDE_3_0_BRANCH/kdelibs/; revision=336811
parent
6e00589f
Changes
1
Hide whitespace changes
Inline
Side-by-side
khtml/khtml_part.cpp
View file @
fcbfec8c
...
...
@@ -3108,7 +3108,7 @@ void KHTMLPart::slotChildCompleted( bool complete )
void
KHTMLPart
::
slotChildURLRequest
(
const
KURL
&
url
,
const
KParts
::
URLArgs
&
args
)
{
khtml
::
ChildFrame
*
child
=
frame
(
sender
()
->
parent
()
);
KHTMLPart
*
callingHtmlPart
=
const_cast
<
KHTMLPart
*>
(
dynamic_cast
<
const
KHTMLPart
*>
(
sender
()));
KHTMLPart
*
callingHtmlPart
=
const_cast
<
KHTMLPart
*>
(
dynamic_cast
<
const
KHTMLPart
*>
(
sender
()
->
parent
()
));
QString
frameName
=
args
.
frameName
.
lower
();
if
(
!
frameName
.
isEmpty
()
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment