author | eilers <eilers> | 2002-10-08 14:25:09 (UTC) |
---|---|---|
committer | eilers <eilers> | 2002-10-08 14:25:09 (UTC) |
commit | 55c7fa47ac6784ae2bca5ff20e6130c5993e00f2 (patch) (unidiff) | |
tree | 584e31ba44186ad042589d44206f58f9db93191b | |
parent | 35858cdc60ab8ca959804e9994a7ce2cf8e99000 (diff) | |
download | opie-55c7fa47ac6784ae2bca5ff20e6130c5993e00f2.zip opie-55c7fa47ac6784ae2bca5ff20e6130c5993e00f2.tar.gz opie-55c7fa47ac6784ae2bca5ff20e6130c5993e00f2.tar.bz2 |
contacteditor.cpp
-rw-r--r-- | core/pim/addressbook/contacteditor.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/pim/addressbook/contacteditor.cpp b/core/pim/addressbook/contacteditor.cpp index fd7f009..5c1391b 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(";"); | 1420 | *itV = ent.emailList().join(","); // :SX |
1421 | 1421 | ||
@@ -1619,2 +1619,3 @@ void ContactEditor::saveEntry() { | |||
1619 | parseEmailFrom( *itV, defaultmail, allemail ); | 1619 | parseEmailFrom( *itV, defaultmail, allemail ); |
1620 | ent.clearEmails(); | ||
1620 | ent.setDefaultEmail( defaultmail ); | 1621 | ent.setDefaultEmail( defaultmail ); |