summaryrefslogtreecommitdiff
path: root/src/data/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-06-15 18:50:25 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-06-15 18:50:25 +0200
commit3b83eb0769ccb926976c0f4c2514d4de3917f054 (patch)
treef8dc01ef57b2909075de766d492f19448a9ef55d /src/data/CMakeLists.txt
parentno more currenttab & digit closed tabs (diff)
downloadrekonq-3b83eb0769ccb926976c0f4c2514d4de3917f054.tar.xz
This dangerous commit, 15 days to the release, removes the use of a default.css
file in rekonq and does an hack to choose the right palette for the WebView. - Why this doesn't work in QWebPage::setPalette()?? - Why using a KStyle things don't work as expected?? - so, where is really the bug, here? I have some ideas about but I currently have no time to work on.. Anyway, with this nice hack :) things seem work well for dark themes and for pages without a "proper" style (See bug 232552 about..) Many thanks to Tomas Fryda for let me noticing this.
Diffstat (limited to 'src/data/CMakeLists.txt')
-rw-r--r--src/data/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/data/CMakeLists.txt b/src/data/CMakeLists.txt
index ef777c9c..5f0ac164 100644
--- a/src/data/CMakeLists.txt
+++ b/src/data/CMakeLists.txt
@@ -9,7 +9,6 @@ INSTALL(
INSTALL(
FILES
defaultbookmarks.xbel
- default.css
DESTINATION ${DATA_INSTALL_DIR}/rekonq
)