diff options
| author | Peter Penz <[email protected]> | 2010-11-05 17:12:35 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-11-05 17:12:35 +0000 |
| commit | d83a4ce51dc3d5c5b6a61059c1ebe0c0b20f722e (patch) | |
| tree | 670732d9ab3cf71351b4f35b0d0bdd10f3f737b4 /src/dolphinmainwindow.cpp | |
| parent | 55a1c26c24f6457cb73b060c70292ede7990341b (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.cpp | 2 |
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() |
