diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-06-20 09:46:23 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-06-20 09:46:23 +0200 |
commit | 205e89597c14473f34ace33c30d503eb9b7cf7e7 (patch) | |
tree | c907c58be84182c5ef60d03f29d9601875fc524b /src/CMakeLists.txt | |
parent | Removed unuseful history dialog. We use just history panel, from now on.. (diff) | |
download | rekonq-205e89597c14473f34ace33c30d503eb9b7cf7e7.tar.xz |
History Panel Action fix
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 8660e674..ed3205b8 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -43,7 +43,7 @@ SET( rekonq_SRCS KDE4_ADD_UI_FILES( rekonq_SRCS cookies.ui cookiesexceptions.ui - history.ui + #history.ui password.ui proxy.ui settings_general.ui |