]> cloud.milkyroute.net Git - dolphin.git/commitdiff
connect to the 'urlChanged' signal (the signal 'signalUrlChanged' is not available...
authorPeter Penz <peter.penz19@gmail.com>
Fri, 8 Dec 2006 23:52:00 +0000 (23:52 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Fri, 8 Dec 2006 23:52:00 +0000 (23:52 +0000)
svn path=/trunk/playground/utils/dolphin/; revision=611620

src/infosidebarpage.cpp

index 3a8099d6e1ddae863240485c356f7cecb7f3146f..645300ae6cb88ecb9dfe84ef048056e1541d9b64 100644 (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();