diff options
| author | Andrea Diamantini <adjam7@gmail.com> | 2013-01-27 01:47:55 +0100 |
|---|---|---|
| committer | Andrea Diamantini <adjam7@gmail.com> | 2013-01-27 01:47:55 +0100 |
| commit | a0b27fd9c8cec145c8c16d0ab5f99d030ced7fb8 (patch) | |
| tree | 4dd3f661648366b6899ad055f3061f154cc7aef6 /src/tabwindow | |
| parent | Fix kpart window half shown (diff) | |
| download | rekonq-a0b27fd9c8cec145c8c16d0ab5f99d030ced7fb8.tar.xz | |
Fix tab when showing a kpart. Let also see title where needed
Diffstat (limited to 'src/tabwindow')
| -rw-r--r-- | src/tabwindow/tabwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tabwindow/tabwindow.cpp b/src/tabwindow/tabwindow.cpp index 4f58ce3e..d0e6dbce 100644 --- a/src/tabwindow/tabwindow.cpp +++ b/src/tabwindow/tabwindow.cpp @@ -394,6 +394,7 @@ void TabWindow::tabTitleChanged(const QString &title) tabTitle.replace('&', "&&"); int index = indexOf(tab); + if (-1 != index && !tabBar()->tabData(index).toBool()) { setTabText(index, tabTitle); |
