diff options
author | Jon Trowbridge <trow@ximian.com> | 2001-10-12 15:53:25 +0800 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2001-10-12 15:53:25 +0800 |
commit | ef416a0cf48b908ece6dbfaf932cdf6b28f07e34 (patch) | |
tree | 959fd61d94d9a480e38a5f0d347c47545f579798 /addressbook/ChangeLog | |
parent | 59c7688bd633383f4e6577a5eee4f65f051135a4 (diff) | |
download | gsoc2013-evolution-ef416a0cf48b908ece6dbfaf932cdf6b28f07e34.tar gsoc2013-evolution-ef416a0cf48b908ece6dbfaf932cdf6b28f07e34.tar.gz gsoc2013-evolution-ef416a0cf48b908ece6dbfaf932cdf6b28f07e34.tar.bz2 gsoc2013-evolution-ef416a0cf48b908ece6dbfaf932cdf6b28f07e34.tar.lz gsoc2013-evolution-ef416a0cf48b908ece6dbfaf932cdf6b28f07e34.tar.xz gsoc2013-evolution-ef416a0cf48b908ece6dbfaf932cdf6b28f07e34.tar.zst gsoc2013-evolution-ef416a0cf48b908ece6dbfaf932cdf6b28f07e34.zip |
Check to see if the uri we are setting is the same as the current uri. If
2001-10-12 Jon Trowbridge <trow@ximian.com>
* gui/component/select-names/e-select-names.c
(addressbook_model_set_uri): Check to see if the uri we are
setting is the same as the current uri. If so, do nothing.
(Bug #11324)
svn path=/trunk/; revision=13620
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 52e264864d..4cc68a114f 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2001-10-12 Jon Trowbridge <trow@ximian.com> + + * gui/component/select-names/e-select-names.c + (addressbook_model_set_uri): Check to see if the uri we are + setting is the same as the current uri. If so, do nothing. + (Bug #11324) + 2001-10-11 Jon Trowbridge <trow@ximian.com> * backend/ebook/e-destination.c |