summaryrefslogtreecommitdiffstats
path: root/WebKit/qt/WebCoreSupport/QtFallbackWebPopup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/qt/WebCoreSupport/QtFallbackWebPopup.cpp')
-rw-r--r--WebKit/qt/WebCoreSupport/QtFallbackWebPopup.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebKit/qt/WebCoreSupport/QtFallbackWebPopup.cpp b/WebKit/qt/WebCoreSupport/QtFallbackWebPopup.cpp
index 3b53476..3f69a47 100644
--- a/WebKit/qt/WebCoreSupport/QtFallbackWebPopup.cpp
+++ b/WebKit/qt/WebCoreSupport/QtFallbackWebPopup.cpp
@@ -232,6 +232,7 @@ void QtFallbackWebPopup::populate(const QWebSelectData& data)
case QWebSelectData::Option:
m_combo->insertItem(i, data.itemText(i));
model->item(i)->setEnabled(data.itemIsEnabled(i));
+ model->item(i)->setToolTip(data.itemToolTip(i));
if (data.itemIsSelected(i))
currentIndex = i;
break;