diff options
| -rw-r--r-- | Swift/QtUI/UserSearch/QtUserSearchWindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/UserSearch/QtUserSearchWindow.cpp b/Swift/QtUI/UserSearch/QtUserSearchWindow.cpp index 737196a..013b869 100644 --- a/Swift/QtUI/UserSearch/QtUserSearchWindow.cpp +++ b/Swift/QtUI/UserSearch/QtUserSearchWindow.cpp | |||
| @@ -304,6 +304,7 @@ void QtUserSearchWindow::handleOnSearchedJIDSelected(const Contact::ref& contact | |||
| 304 | 304 | ||
| 305 | void QtUserSearchWindow::show() { | 305 | void QtUserSearchWindow::show() { |
| 306 | clear(); | 306 | clear(); |
| 307 | setWarning(boost::optional<std::string>()); | ||
| 307 | QWidget::show(); | 308 | QWidget::show(); |
| 308 | } | 309 | } |
| 309 | 310 | ||
Swift