]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinview.cpp
What is faster ? the eye or the brain ?
[dolphin.git] / src / dolphinview.cpp
index 4964010c52357f1664b24c5939524ddaf41d602c..5a1de5217e1c0702e42d4ce281c3b18a3dee7f66 100644 (file)
@@ -89,6 +89,8 @@ DolphinView::DolphinView(QWidget* parent,
 
     m_controller = new DolphinController(this);
     m_controller->setUrl(url);
+    connect(m_controller, SIGNAL(urlChanged(const KUrl&)),
+            this, SIGNAL(urlChanged(const KUrl&)));
     connect(m_controller, SIGNAL(requestContextMenu(const QPoint&)),
             this, SLOT(openContextMenu(const QPoint&)));
     connect(m_controller, SIGNAL(urlsDropped(const KUrl::List&, const QModelIndex&, QWidget*)),