diff --git a/src/widget/form/genericchatform.cpp b/src/widget/form/genericchatform.cpp index bc2616d61..d75aecdb0 100644 --- a/src/widget/form/genericchatform.cpp +++ b/src/widget/form/genericchatform.cpp @@ -133,6 +133,7 @@ GenericChatForm::GenericChatForm(const Contact* contact, QWidget* parent) : QWidget(parent, Qt::Window) , audioInputFlag(false) , audioOutputFlag(false) + , searchAfterLoadHistory(false) { curRow = 0; headWidget = new ChatFormHeader();