summaryrefslogtreecommitdiff
path: root/src/urlbar/urlbar.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/urlbar/urlbar.hpp')
-rw-r--r--src/urlbar/urlbar.hpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/urlbar/urlbar.hpp b/src/urlbar/urlbar.hpp
index 8be97838..3e3b9059 100644
--- a/src/urlbar/urlbar.hpp
+++ b/src/urlbar/urlbar.hpp
@@ -42,8 +42,11 @@ public slots:
void setCurrentView(RekonqView *view)
{
m_currentView = view;
- loadProgress(view->progress());
- setUrl(view->url());
+ m_currentView_progress = view->progress();
+
+ emit view->urlChanged(view->url());
+ // setUrl(view->url());
+ repaint();
}
void setUrl(const QUrl &url);