diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-09 18:46:46 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-09 18:46:46 +0200 |
commit | 4de5fd991b2a797e8644c581db6fe41cc4791735 (patch) | |
tree | f667dba6d1e2740b45e9cc83964528612bff9559 /src/mainview.cpp | |
parent | pedantic (diff) | |
download | rekonq-4de5fd991b2a797e8644c581db6fe41cc4791735.tar.xz |
Removed unuseful lasttabclosed signal in mainview.
This becamed unuseful because of choose to do nothing if just 1 tab
opened.
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r-- | src/mainview.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp index 80738cfd..604cb7cd 100644 --- a/src/mainview.cpp +++ b/src/mainview.cpp @@ -523,8 +523,6 @@ void MainView::closeTab(int index) emit tabsChanged(); if (hasFocus && count() > 0) currentWebView()->setFocus(); - if (count() == 0) - emit lastTabClosed(); showTabBar(); } |