diff options
author | Hao Sheng <hao.sheng@sun.com> | 2004-09-24 12:50:00 +0800 |
---|---|---|
committer | Harry Lu <haip@src.gnome.org> | 2004-09-24 12:50:00 +0800 |
commit | 809fa4df4490bcad9663458df09d4928f865ef55 (patch) | |
tree | 3064e4d2aaa7351bad937d584459469ab58482f4 /addressbook/addressbook-errors.xml | |
parent | d362be429cf05a0e7aaa0582d55dbd97c4616256 (diff) | |
download | gsoc2013-evolution-809fa4df4490bcad9663458df09d4928f865ef55.tar.gz gsoc2013-evolution-809fa4df4490bcad9663458df09d4928f865ef55.tar.zst gsoc2013-evolution-809fa4df4490bcad9663458df09d4928f865ef55.zip |
Fix for #66523
2004-09-24 Hao Sheng <hao.sheng@sun.com>
Fix for #66523
* gui/contact-list-editor/e-contact-list-model.c:
(e_contact_list_model_add_email): estimate the same mail address
and popup a warning dialog.
* addressbook-errors.xml: add the question message for the warning
dialog.
svn path=/trunk/; revision=27360
Diffstat (limited to 'addressbook/addressbook-errors.xml')
-rw-r--r-- | addressbook/addressbook-errors.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/addressbook-errors.xml b/addressbook/addressbook-errors.xml index b936f56e97..e75e59ccab 100644 --- a/addressbook/addressbook-errors.xml +++ b/addressbook/addressbook-errors.xml @@ -77,4 +77,10 @@ <secondary>Your contacts for {0} will not be available until Evolution is restarted.</secondary> </error> + <error id="ask-list-add-exists" type="question" default="GTK_RESPONSE_NO"> + <primary>Address '{0}' already exists.</primary> + <secondary>A contact already exists with this address. Would you like to add a new card with the same address anyway?</secondary> + <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> + <button stock="gtk-ok" label="_Add" response="GTK_RESPONSE_YES"/> + </error> </error-list> |