author | eilers <eilers> | 2002-10-08 15:22:00 (UTC) |
---|---|---|
committer | eilers <eilers> | 2002-10-08 15:22:00 (UTC) |
commit | faeb94a4000dc539577af465107b5d10903f92d6 (patch) (unidiff) | |
tree | 5a03f2a333b97ea329ef59002ea1ba6d0bf12943 | |
parent | 55c7fa47ac6784ae2bca5ff20e6130c5993e00f2 (diff) | |
download | opie-faeb94a4000dc539577af465107b5d10903f92d6.zip opie-faeb94a4000dc539577af465107b5d10903f92d6.tar.gz opie-faeb94a4000dc539577af465107b5d10903f92d6.tar.bz2 |
email handling fixed
-rw-r--r-- | core/pim/addressbook/contacteditor.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/pim/addressbook/contacteditor.cpp b/core/pim/addressbook/contacteditor.cpp index 5c1391b..12d7421 100644 --- a/core/pim/addressbook/contacteditor.cpp +++ b/core/pim/addressbook/contacteditor.cpp | |||
@@ -1419,3 +1419,3 @@ void ContactEditor::setEntry( const OContact &entry ) { | |||
1419 | if ( *it == tr("Emails" )) | 1419 | if ( *it == tr("Emails" )) |
1420 | *itV = ent.emailList().join(","); // :SX | 1420 | *itV = ent.emailList().join(", "); // :SX |
1421 | 1421 | ||
@@ -1619,5 +1619,5 @@ void ContactEditor::saveEntry() { | |||
1619 | parseEmailFrom( *itV, defaultmail, allemail ); | 1619 | parseEmailFrom( *itV, defaultmail, allemail ); |
1620 | ent.clearEmails(); | 1620 | // ent.clearEmails(); |
1621 | ent.setDefaultEmail( defaultmail ); | 1621 | ent.setDefaultEmail( defaultmail ); |
1622 | ent.insertEmails( *itV ); | 1622 | ent.setEmails( allemail ); |
1623 | } | 1623 | } |