┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-12-12 12:23:05 +0000
committerPeter Penz <[email protected]>2009-12-12 12:23:05 +0000
commit5e25098037571c8a43fd8c407c1758065e1a1548 (patch)
tree29dcad0e5ef565f58014e9046fa54f3a2e3cbbdd /src/dolphinmainwindow.cpp
parent1dbcada3764c9d04116672544e7d85aeb3146452 (diff)
allow to restrict the search results by the current folder (including all sub folders)
svn path=/trunk/KDE/kdebase/apps/; revision=1061589
Diffstat (limited to 'src/dolphinmainwindow.cpp')
-rw-r--r--src/dolphinmainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp
index 7291a1117..5e08a9e2e 100644
--- a/src/dolphinmainwindow.cpp
+++ b/src/dolphinmainwindow.cpp
@@ -1074,6 +1074,7 @@ void DolphinMainWindow::init()
m_searchOptionsConfigurator->hide();
connect(m_searchOptionsConfigurator, SIGNAL(searchOptionsChanged()),
this, SLOT(searchItems()));
+ connect(this, SIGNAL(urlChanged(KUrl)), m_searchOptionsConfigurator, SLOT(setDirectory(KUrl)));
#endif
m_tabBar = new KTabBar(this);