┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-11-05 17:12:35 +0000
committerPeter Penz <[email protected]>2010-11-05 17:12:35 +0000
commitd83a4ce51dc3d5c5b6a61059c1ebe0c0b20f722e (patch)
tree670732d9ab3cf71351b4f35b0d0bdd10f3f737b4 /src/dolphinmainwindow.cpp
parent55a1c26c24f6457cb73b060c70292ede7990341b (diff)
Rename the setter showFilterBar() to setFilterBarVisible().
svn path=/trunk/KDE/kdebase/apps/; revision=1193348
Diffstat (limited to 'src/dolphinmainwindow.cpp')
-rw-r--r--src/dolphinmainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp
index 6552b6b43..9d5533d6d 100644
--- a/src/dolphinmainwindow.cpp
+++ b/src/dolphinmainwindow.cpp
@@ -842,7 +842,7 @@ void DolphinMainWindow::disableStopAction()
void DolphinMainWindow::toggleFilterBarVisibility(bool show)
{
- m_activeViewContainer->showFilterBar(show);
+ m_activeViewContainer->setFilterBarVisible(show);
}
void DolphinMainWindow::toggleEditLocation()