From 69addcfad66902e036e8271d56332dc4992b525b Mon Sep 17 00:00:00 2001 From: Hans Petter Jansson Date: Tue, 8 Jun 2004 03:34:09 +0000 Subject: Fixes #58921. 2004-06-07 Hans Petter Jansson Fixes #58921. * gui/contact-editor/e-contact-editor.c (extract_address_record): Also check if the po box field is non-empty. svn path=/trunk/; revision=26246 --- addressbook/gui/contact-editor/e-contact-editor.c | 1 + 1 file changed, 1 insertion(+) (limited to 'addressbook/gui/contact-editor') diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index b0207439bb..f0ec0a3a30 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -1755,6 +1755,7 @@ extract_address_record (EContactEditor *editor, gint record) !STRING_IS_EMPTY (address->locality) || !STRING_IS_EMPTY (address->region) || !STRING_IS_EMPTY (address->code) || + !STRING_IS_EMPTY (address->po) || !STRING_IS_EMPTY (address->country)) e_contact_set (editor->contact, addresses [record], address); else -- cgit v1.2.3