diff options
author | Benjamin Poulain <benjamin.poulain@nokia.com> | 2010-09-19 17:58:29 +0200 |
---|---|---|
committer | Benjamin Poulain <benjamin.poulain@nokia.com> | 2010-09-19 20:45:30 +0200 |
commit | 142e0d44a8b8ef1f639aaf772aa9631d220d0275 (patch) | |
tree | 0758d1a9b45a3f62aedf718241ec6244ee9df60d /src/mainview.h | |
parent | some minor changes to the INSTALL file (diff) | |
download | rekonq-142e0d44a8b8ef1f639aaf772aa9631d220d0275.tar.xz |
Change the behavior of Ctrl+Maj+T to open only the last closed tab
Previously, the action of Ctrl+Maj+T was opening all the closed tabs.
This was differing from Firefox and Chrome, which can be confusing
for users.
This patch change the behavior to open only the last closed tab,
making the behavior more like the other browsers.
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainview.h b/src/mainview.h index 6fab7fc0..29162dd1 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -135,7 +135,7 @@ public slots: void nextTab(); void previousTab(); - void openClosedTabs(); + void openLastClosedTab(); void openClosedTab(); void switchToTab(); |