connect to the 'urlChanged' signal (the signal 'signalUrlChanged' is not available anymore)

svn path=/trunk/playground/utils/dolphin/; revision=611620
This commit is contained in:
Peter Penz 2006-12-08 23:52:00 +00:00
parent d10a48be32
commit e02058b803

View file

@ -236,7 +236,7 @@ void InfoSidebarPage::connectToActiveView()
DolphinView* view = mainWindow()->activeView();
connect(view, SIGNAL(requestItemInfo(const KUrl&)),
this, SLOT(requestDelayedItemInfo(const KUrl&)));
connect(view, SIGNAL(signalUrlChanged(const KUrl&)),
connect(view, SIGNAL(urlChanged(const KUrl&)),
this, SLOT(requestItemInfo(const KUrl&)));
m_shownUrl = view->url();