summaryrefslogtreecommitdiff
path: root/src/tabwindow/tabwidget.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2013-04-25 09:30:21 +0200
committerAndrea Diamantini <adjam7@gmail.com>2013-04-25 09:30:21 +0200
commitef472bd66df18a87f4c56d07979d73cc8ee1e31e (patch)
tree0009adbc78bee5bc9137476992449f1fe36fdae1 /src/tabwindow/tabwidget.cpp
parentappmenu-qt support :) (diff)
downloadrekonq-ef472bd66df18a87f4c56d07979d73cc8ee1e31e.tar.xz
Let appmenu-qt support work also with pinned tabs to load
This just need fixes ;)
Diffstat (limited to 'src/tabwindow/tabwidget.cpp')
-rw-r--r--src/tabwindow/tabwidget.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tabwindow/tabwidget.cpp b/src/tabwindow/tabwidget.cpp
index ceb0765b..7e9f7328 100644
--- a/src/tabwindow/tabwidget.cpp
+++ b/src/tabwindow/tabwidget.cpp
@@ -334,6 +334,9 @@ WebWindow *TabWidget::prepareNewTab(WebPage *page)
connect(tab, SIGNAL(setFullScreen(bool)), this, SLOT(setFullScreen(bool)));
+ if (count() == 0)
+ emit actionsReady();
+
return tab;
}