From 8ee38c561d2fd4d19de8c916139f7c88736636c2 Mon Sep 17 00:00:00 2001 From: megabigbug Date: Fri, 31 Jul 2009 21:43:28 +0200 Subject: Fix tab in background feature --- 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 49000434..99693ed6 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -102,7 +102,7 @@ public slots: * * @return a pointer to the new WebView */ - WebView *newTab(); + WebView *newTab(bool focus = true); void slotCloneTab(int index = -1); void slotCloseTab(int index = -1); -- cgit v1.2.1