From 1d499d2f29155a11da1df5138210d144a85dabb6 Mon Sep 17 00:00:00 2001 From: Chih-Hsuan Yen Date: Sat, 12 May 2018 23:01:01 +0800 Subject: [PATCH] SSH Agent: Don't mark the entry dirty when the public key is changed That occurs when the key is decrypted and/or added to the agent, and neither of them indicates changes in entry data. Fixes #1909 --- src/gui/entry/EditEntryWidget.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/entry/EditEntryWidget.cpp b/src/gui/entry/EditEntryWidget.cpp index 59f2481a9..837b2f596 100644 --- a/src/gui/entry/EditEntryWidget.cpp +++ b/src/gui/entry/EditEntryWidget.cpp @@ -275,7 +275,6 @@ void EditEntryWidget::setupEntryUpdate() connect( m_sshAgentUi->attachmentComboBox, SIGNAL(editTextChanged(const QString&)), this, SLOT(setUnsavedChanges())); connect(m_sshAgentUi->externalFileEdit, SIGNAL(textChanged(const QString&)), this, SLOT(setUnsavedChanges())); - connect(m_sshAgentUi->publicKeyEdit, SIGNAL(textChanged()), this, SLOT(setUnsavedChanges())); connect(m_sshAgentUi->addKeyToAgentCheckBox, SIGNAL(stateChanged(int)), this, SLOT(setUnsavedChanges())); connect(m_sshAgentUi->removeKeyFromAgentCheckBox, SIGNAL(stateChanged(int)), this, SLOT(setUnsavedChanges())); connect(