Fixed #6873 - clear status bar when loading is finished.

Simon, please check, I'm not 100% sure about the statusbar stuff...

Note: there's a new bug with kwrite apparently. I can't edit the location
bar when kwrite is embedded. Looks like it catches all key events !!!??!?!?!

svn path=/trunk/kdebase/konqueror/; revision=59130
This commit is contained in:
David Faure 2000-07-28 22:25:36 +00:00
parent 8eecef068c
commit 94fc70b521

View file

@ -315,9 +315,10 @@ void KonqView::slotInfoMessage( KIO::Job *, const QString &msg )
void KonqView::slotCompleted()
{
//kdDebug(1202) << "KonqView::slotCompleted" << endl;
kdDebug(1202) << "KonqView::slotCompleted" << endl;
m_bLoading = false;
m_pKonqFrame->statusbar()->slotLoadingProgress( -1 );
m_pKonqFrame->statusbar()->slotDisplayStatusText( QString::null );
// Success... update history entry (mostly for location bar URL)
updateHistoryEntry(true);