SVN commit 813967 by dfaure: fix wrong connect M +1 -1 dolphinview.cpp --- trunk/KDE/kdebase/apps/dolphin/src/dolphinview.cpp #813966:813967 @@ -102,7 +102,7 @@ connect(m_controller, SIGNAL(urlChanged(const KUrl&)), this, SIGNAL(urlChanged(const KUrl&))); connect(m_controller, SIGNAL(requestUrlChange(const KUrl&)), - this, SIGNAL(slotRequestUrlChange(const KUrl&))); + this, SLOT(slotRequestUrlChange(const KUrl&))); connect(m_controller, SIGNAL(requestContextMenu(const QPoint&)), this, SLOT(openContextMenu(const QPoint&)));