WindowManager now handles application surfaces by its pids.
[staging/HomeScreen.git] / HomeScreen / src / popupwidget.cpp
index e7226dd..6f7d9cb 100644 (file)
@@ -72,6 +72,7 @@ void PopupWidget::showPopup(int /*type*/, const QString &text)
 
 void PopupWidget::showPopupComboBox(const QString &text, const QStringList &choices)
 {
+    mp_ui->comboBox_choice->clear();
     m_sendComboBoxChoice = true;
     mp_ui->comboBox_choice->addItems(choices);
     mp_ui->comboBox_choice->show();