aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorSivaiah Nallagatla <snallagatla@novell.com>2005-04-08 21:12:58 +0800
committerSivaiah Nallagatla <siva@src.gnome.org>2005-04-08 21:12:58 +0800
commitd26b22c4da21f94749a3a40dd365fa131b9361e8 (patch)
tree5ed79f09b9c9ec836cb387667555998504364f70 /addressbook/ChangeLog
parent8d4a49fe281a22136757b160ba5edce68c3bd2cd (diff)
downloadgsoc2013-evolution-d26b22c4da21f94749a3a40dd365fa131b9361e8.tar
gsoc2013-evolution-d26b22c4da21f94749a3a40dd365fa131b9361e8.tar.gz
gsoc2013-evolution-d26b22c4da21f94749a3a40dd365fa131b9361e8.tar.bz2
gsoc2013-evolution-d26b22c4da21f94749a3a40dd365fa131b9361e8.tar.lz
gsoc2013-evolution-d26b22c4da21f94749a3a40dd365fa131b9361e8.tar.xz
gsoc2013-evolution-d26b22c4da21f94749a3a40dd365fa131b9361e8.tar.zst
gsoc2013-evolution-d26b22c4da21f94749a3a40dd365fa131b9361e8.zip
get the uri from Ebook instead of Esource. e_source_get_uri returns NULL
2005-04-04 Sivaiah Nallagatla <snallagatla@novell.com> * gui/component/addressbook.c (load_source_auth_cb) (addressbook_authenticate) : get the uri from Ebook instead of Esource. e_source_get_uri returns NULL when it does not have a reference to source group with it which happens when the source list from which this source was taken is destroyed but Ebook has reference to that source. e_book_get_uri returns the same uri and it will be always present Fixes #73330 svn path=/trunk/; revision=29190
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 2f809985d4..bfc3209e82 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,14 @@
+2005-04-04 Sivaiah Nallagatla <snallagatla@novell.com>
+
+ * gui/component/addressbook.c (load_source_auth_cb)
+ (addressbook_authenticate) : get the uri from Ebook
+ instead of Esource. e_source_get_uri returns NULL when
+ it does not have a reference to source group with it
+ which happens when the source list from which this source
+ was taken is destroyed but Ebook has reference to that source.
+ e_book_get_uri returns the same uri and it will be always present
+ Fixes #73330
+
2005-04-03 Sivaiah Nallagatla <snallagatla@novell.com>
* gui/widgets/eab-gui-util.c (do_copy) :