diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-01-03 18:31:13 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-01-03 18:31:13 +0100 |
commit | 4b363ed35e880a6a74ac7784fcad713c62902f3a (patch) | |
tree | c2fcf830a13d10c45ac15ad947fb20b4e381a1e2 /src/webtab.cpp | |
parent | Do NOT load previews if not present (diff) | |
download | rekonq-4b363ed35e880a6a74ac7784fcad713c62902f3a.tar.xz |
improve closed tabs management
- remove reopened tabs from the closed tabs list.
- limit them to MAX 8 elements (it seems enough to me)
- save history also when there is just one tab closed
- DON'T save history when you opened a "rekonq" page
BUG:271224
Diffstat (limited to 'src/webtab.cpp')
-rw-r--r-- | src/webtab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webtab.cpp b/src/webtab.cpp index 0dd2ac44..9516f83c 100644 --- a/src/webtab.cpp +++ b/src/webtab.cpp @@ -2,7 +2,7 @@ * * This file is a part of the rekonq project * -* Copyright (C) 2008-2011 by Andrea Diamantini <adjam7 at gmail dot com> +* Copyright (C) 2008-2012 by Andrea Diamantini <adjam7 at gmail dot com> * Copyright (C) 2009-2011 by Lionel Chauvin <megabigbug@yahoo.fr> * * |