diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-10 21:59:09 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-10 21:59:09 +0200 |
commit | cfbfe4ba48c747772e86018df41f6970fc007b11 (patch) | |
tree | 6bafe57c475a724866afa0b807b22508f3be9d6f /src/CMakeLists.txt | |
parent | Webkit -> WebKit (diff) | |
download | rekonq-cfbfe4ba48c747772e86018df41f6970fc007b11.tar.xz |
Session Management (restore on crash)
This is HEAVILY based on code from Lionel and Yoram branches.
But this code behaves differently: it restores rekonq tabs (just) on crash.
Thanks to Lionel suggestions, it seems "better" than my initial idea :)
It is quite extensible. We need just to fix it better as possible and then
manage its behaviour in newInstance code.. ;)
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 a2d0db60..1b760a64 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -21,6 +21,7 @@ SET( rekonq_SRCS panelhistory.cpp lineedit.cpp webpage.cpp + sessionmanager.cpp ) |