svn path=/trunk/playground/utils/dolphin/; revision=611620
DolphinView* view = mainWindow()->activeView();
connect(view, SIGNAL(requestItemInfo(const KUrl&)),
this, SLOT(requestDelayedItemInfo(const KUrl&)));
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();
this, SLOT(requestItemInfo(const KUrl&)));
m_shownUrl = view->url();