This commit is contained in:
Simon Rozman 2016-09-06 16:10:15 +02:00
parent f47b72ab3f
commit 6669e9a7d3

View File

@ -751,7 +751,6 @@ protected:
m_own_identity->SetValue( m_own_identity->SetValue(
!identity.empty() ? identity : !identity.empty() ? identity :
m_cred_own.empty() ? _("<empty>") : _("<blank ID>")); m_cred_own.empty() ? _("<empty>") : _("<blank ID>"));
m_own_identity->Refresh();
} }