Hi,
I just took a look at bug 60030
(
http://bugs.kde.org/show_bug.cgi?id=60030) and then at the relevant
code.
The reason of the bug is as easy as slotStop() being called on line
3247 in konqmainwindow.cpp.
The attached patch simply removes this line.
// Linus Östberg
[unstoploading.diff]
Index: konqmainwindow.cpp
===================================================================
--- konqmainwindow.cpp (revision 826036)
+++ konqmainwindow.cpp (working copy)
@@ -3244,7 +3244,6 @@
void KonqMainWindow::slotClearLocationBar()
{
- slotStop();
m_combo->clearTemporary();
focusLocationBar();
}