diff options
Diffstat (limited to 'libkpimidentities/identitycombo.cpp')
-rw-r--r-- | libkpimidentities/identitycombo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkpimidentities/identitycombo.cpp b/libkpimidentities/identitycombo.cpp index a673e5675..a33c98466 100644 --- a/libkpimidentities/identitycombo.cpp +++ b/libkpimidentities/identitycombo.cpp @@ -117,7 +117,7 @@ void IdentityCombo::slotIdentityManagerChanged() { blockSignals( false ); if ( idx < 0 ) - // aptqparently our oldIdentity got deleted: + // apparently our oldIdentity got deleted: slotEmitChanged( currentItem() ); } |