Fix crash when pressing "cancel" on a history item.

This commit is contained in:
Felix Geyer 2015-05-03 18:48:58 +02:00
parent 855d79e28f
commit bed58cde84

View File

@ -463,6 +463,7 @@ void EditEntryWidget::cancel()
if (m_history) {
clear();
Q_EMIT editFinished(false);
return;
}
if (!m_entry->iconUuid().isNull() &&