diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-13 03:57:58 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-13 03:57:58 +0200 |
commit | 4757621b22d86b15d26983ff896ad21a0941c2d7 (patch) | |
tree | 1aecfc7a35c4fbbb6c358bfdc0beb3bb62f1d9a2 /src/sessionmanager.cpp | |
parent | rekonq 0.2.57 with new "new tab" page. (diff) | |
download | rekonq-4757621b22d86b15d26983ff896ad21a0941c2d7.tar.xz |
Fixing session manager behaviour following a bit dolphin's code
Diffstat (limited to 'src/sessionmanager.cpp')
-rw-r--r-- | src/sessionmanager.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/sessionmanager.cpp b/src/sessionmanager.cpp index 34466e6e..c93a229d 100644 --- a/src/sessionmanager.cpp +++ b/src/sessionmanager.cpp @@ -53,9 +53,6 @@ SessionManager::SessionManager(QObject *parent) SessionManager::~SessionManager() { - // rekonq is closing well. no need for session file - QFile sessionFile(m_sessionFilePath); - sessionFile.remove(); } @@ -110,7 +107,5 @@ bool SessionManager::restoreSession() } } - // session is restored. remove session file. - sessionFile.remove(); return true; } |