diff options
author | Michele Calgaro <[email protected]> | 2020-02-15 10:08:58 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-02-15 12:38:33 +0900 |
commit | 98addc546eb8a399479a0a4f928fc363ff264b7f (patch) | |
tree | 78208086ea4f5fadf36227e0c1789b38a5765de6 /kcontrol/componentchooser/componentservices/CMakeLists.txt | |
parent | ed1d5dea33cdf66686429c96d3926d9c63b4ebe4 (diff) | |
download | tdebase-98addc546eb8a399479a0a4f928fc363ff264b7f.tar.gz tdebase-98addc546eb8a399479a0a4f928fc363ff264b7f.zip |
Added GUI in TCC -> TDE Components -> Default Applications for selection of default file manager. Subsequent commits will ensure this option is used throughout TDE. This refers to bug 1904.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kcontrol/componentchooser/componentservices/CMakeLists.txt')
-rw-r--r-- | kcontrol/componentchooser/componentservices/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/componentchooser/componentservices/CMakeLists.txt b/kcontrol/componentchooser/componentservices/CMakeLists.txt index f8da91cf5..5bc5a3c65 100644 --- a/kcontrol/componentchooser/componentservices/CMakeLists.txt +++ b/kcontrol/componentchooser/componentservices/CMakeLists.txt @@ -10,5 +10,5 @@ ################################################# install( FILES - kcm_kemail.desktop kcm_terminal.desktop kcm_browser.desktop + kcm_kemail.desktop kcm_terminal.desktop kcm_browser.desktop kcm_filemanager.desktop DESTINATION ${DATA_INSTALL_DIR}/kcm_componentchooser ) |