summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2011-07-07 23:17:05 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2011-07-07 23:17:05 (GMT)
commit1dd26ea2486db87b61e8e9f70a1e04f7386405ef (patch)
tree32a4691fd96da982452fb5dc3fc7cbdd149a6d12 /demos
parent233a146ae575de76e55abe2dc30bcde3b5570f23 (diff)
parent4f8978312a8897e27b2e548fe85f2a76402aa17a (diff)
downloadQt-1dd26ea2486db87b61e8e9f70a1e04f7386405ef.zip
Qt-1dd26ea2486db87b61e8e9f70a1e04f7386405ef.tar.gz
Qt-1dd26ea2486db87b61e8e9f70a1e04f7386405ef.tar.bz2
Merge branch 'qt-4.8-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration into master-integration
* 'qt-4.8-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration: Update the Window title when closing the last tab. On symbian QMessageBox does not look like native dialog Fix bidi reordering when part of text is rendered by fallback font
Diffstat (limited to 'demos')
-rw-r--r--demos/browser/tabwidget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/browser/tabwidget.cpp b/demos/browser/tabwidget.cpp
index 9ce9fb8..d8b9db1 100644
--- a/demos/browser/tabwidget.cpp
+++ b/demos/browser/tabwidget.cpp
@@ -438,6 +438,7 @@ WebView *TabWidget::newTab(bool makeCurrent)
addTab(emptyWidget, tr("(Untitled)"));
connect(this, SIGNAL(currentChanged(int)),
this, SLOT(currentChanged(int)));
+ currentChanged(currentIndex());
return 0;
}