diff options
author | Sivaiah Nallagatla <snallagatla@novell.com> | 2004-12-02 00:42:47 +0800 |
---|---|---|
committer | Sivaiah Nallagatla <siva@src.gnome.org> | 2004-12-02 00:42:47 +0800 |
commit | 36948023ffbc80bb96bb2f9357640095bc45e409 (patch) | |
tree | 4fd3b85cf6c0b06b710d737f344384c4592169f0 /addressbook/ChangeLog | |
parent | 8f27b982a364c72b819e8bd0ed6ac3a7a37c1313 (diff) | |
download | gsoc2013-evolution-36948023ffbc80bb96bb2f9357640095bc45e409.tar gsoc2013-evolution-36948023ffbc80bb96bb2f9357640095bc45e409.tar.gz gsoc2013-evolution-36948023ffbc80bb96bb2f9357640095bc45e409.tar.bz2 gsoc2013-evolution-36948023ffbc80bb96bb2f9357640095bc45e409.tar.lz gsoc2013-evolution-36948023ffbc80bb96bb2f9357640095bc45e409.tar.xz gsoc2013-evolution-36948023ffbc80bb96bb2f9357640095bc45e409.tar.zst gsoc2013-evolution-36948023ffbc80bb96bb2f9357640095bc45e409.zip |
save the uid and set it again in the contact. Otherwise, there is
2004-12-01 Sivaiah Nallagatla <snallagatla@novell.com>
* gui/contact-editor/e-contact-editor.c (save_contact) :
save the uid and set it again in the contact. Otherwise, there is
possibility we trying to save the contact wiht out UID, as we destory the
contact and create new one when data is wrong
svn path=/trunk/; revision=28033
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 9f3bbf5ea6..c6792eb0e0 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,11 @@ +2004-12-01 Sivaiah Nallagatla <snallagatla@novell.com> + + * gui/contact-editor/e-contact-editor.c (save_contact) : + save the uid and set it again in the contact. Otherwise, there is + possibility we trying to save the contact wiht out UID, as we destory the + contact and create new one when data is wrong + + 2004-11-28 Sivaiah Nallagatla <snallagatla@novell.com> * gui/contact-editor/e-contact-editor.h : Define |