diff options
| author | Peter Penz <[email protected]> | 2011-02-02 19:36:08 +0100 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-02-02 19:36:08 +0100 |
| commit | 7045a25e3abaedab0d128f03702eaf48ffe6e0b7 (patch) | |
| tree | 66a3deaa0c15c353895f5d42301bd27b2241f7b5 /src/CMakeLists.txt | |
| parent | 28f00f36d74572510aee58111f1a9f884e148f6b (diff) | |
Fix visibility- and enabled-issues for the filter-panel
The filter-panel should be disabled if the current folder is not indexed at all. Also when triggering a "Find" the filter-panel should stay invisible per default when the current folder is not indexed.
CCBUG: 264969
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e7ac06c63..61caec60d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -114,6 +114,7 @@ set(dolphin_SRCS panels/folders/folderspanel.cpp panels/folders/paneltreeview.cpp search/dolphinsearchbox.cpp + search/dolphinsearchinformation.cpp settings/general/behaviorsettingspage.cpp settings/general/contextmenusettingspage.cpp settings/general/generalsettingspage.cpp |
