diff options
| author | Peter Penz <[email protected]> | 2008-02-15 22:51:23 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-02-15 22:51:23 +0000 |
| commit | d38de66f4b97a6d9cd30f3fc69e66b343ca312dc (patch) | |
| tree | cc59063d8371ea9ab6cdb084bb7c6b5e54454480 /src/CMakeLists.txt | |
| parent | 8f975fec469798b75a6aa11f3d97ac51ee23ae8c (diff) | |
Currently when the general font of KDE has been changed, the used fonts for the view in Dolphin have not been changed.
This has been fixed by differing between a "Use system font" setting (= default) or a "Use custom font" setting.
TODO: if the general font of KDE is changed during Dolphin is open, no update is done yet
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=775487
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 f5a6c3ed9..4cbadd238 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -85,6 +85,7 @@ set(dolphin_SRCS columnviewsettingspage.cpp detailsviewsettingspage.cpp dolphinapplication.cpp + dolphinfontrequester.cpp dolphinmainwindow.cpp dolphinnewmenu.cpp dolphinviewcontainer.cpp |
