From a23c1bce57b488c08b27a3c095e974b260c47b55 Mon Sep 17 00:00:00 2001 From: megabigbug Date: Wed, 29 Jul 2009 20:14:31 +0200 Subject: fix stop/reload button initialization --- src/mainwindow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 706a3051..3591e348 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -255,7 +255,8 @@ void MainWindow::setupActions() actionCollection()->addAction(QLatin1String("stop_reload") , m_stopReloadAction); m_stopReloadAction->setShortcutConfigurable(false); connect(m_view, SIGNAL(browserLoading(bool)), this, SLOT(slotBrowserLoading(bool))); - + slotBrowserLoading(false); //first init for blank start page + // ============== Custom Actions a = new KAction(KIcon("document-open-remote"), i18n("Open Location"), this); a->setShortcut(Qt::CTRL + Qt::Key_L); -- cgit v1.2.1