From 142e0d44a8b8ef1f639aaf772aa9631d220d0275 Mon Sep 17 00:00:00 2001 From: Benjamin Poulain Date: Sun, 19 Sep 2010 17:58:29 +0200 Subject: 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. --- src/mainview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainview.h') 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(); -- cgit v1.2.1