Fixed half of 7551

svn path=/trunk/kdenetwork/kmail/; revision=59813
wilder-work
Don Sanders 26 years ago
parent 6acb7f5637
commit 4fc5aaf48c
  1. 1
      kmcomposewin.cpp

@ -357,6 +357,7 @@ void KMComposeWin::readConfig(void)
if (h<200) h=200;
resize(w, h);
mIdentity.clear();
mIdentity.insertStringList( KMIdentity::identities() );
for (int i=0; i < mIdentity.count(); ++i)
if (mIdentity.text(i) == mId) {

Loading…
Cancel
Save