Don't crash when saving messages

svn path=/trunk/KDE/kdepim/; revision=651894
wilder-work
Thomas McGuire 19 years ago
parent 7e98966e8e
commit 4e8d825b96
  1. 1
      kmcommands.cpp

@ -808,7 +808,6 @@ KMSaveMsgCommand::KMSaveMsgCommand( QWidget *parent,
if ( (*it)->parent() != 0 ) {
(*it)->parent()->open( "kmcommand" );
}
++it;
}
mMsgListIndex = 0;
KMMsgBase *msgBase = *(msgList.begin());

Loading…
Cancel
Save