aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2003-04-20 06:18:16 +0800
committerChris Toshok <toshok@src.gnome.org>2003-04-20 06:18:16 +0800
commit1cbbf5ab2299d70afdffdd584562fd8650409693 (patch)
treee853bd7f5928002d5701206d449c197ad96f9b83 /addressbook/ChangeLog
parenta17a25e3496d7ce1bbd57a763076c446b78bdb70 (diff)
downloadgsoc2013-evolution-1cbbf5ab2299d70afdffdd584562fd8650409693.tar
gsoc2013-evolution-1cbbf5ab2299d70afdffdd584562fd8650409693.tar.gz
gsoc2013-evolution-1cbbf5ab2299d70afdffdd584562fd8650409693.tar.bz2
gsoc2013-evolution-1cbbf5ab2299d70afdffdd584562fd8650409693.tar.lz
gsoc2013-evolution-1cbbf5ab2299d70afdffdd584562fd8650409693.tar.xz
gsoc2013-evolution-1cbbf5ab2299d70afdffdd584562fd8650409693.tar.zst
gsoc2013-evolution-1cbbf5ab2299d70afdffdd584562fd8650409693.zip
[ fixes bug #40954 ] guard against NULL bf->priv->summary (happens if the
2003-04-19 Chris Toshok <toshok@ximian.com> [ fixes bug #40954 ] * backend/pas/pas-backend-file.c (pas_backend_file_dispose): guard against NULL bf->priv->summary (happens if the initial load_uri failed). (pas_backend_file_load_uri): always set bf->priv->uri, since it's used in _get_uri, which is called when the backend goes away. This only happened before if you tried to load a folder that didn't exist. svn path=/trunk/; revision=20898
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 8743cd24a9..691aeea2e8 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,4 +1,15 @@
-2003-04-16 Chris Toshok <toshok@ximian.com>
+2003-04-19 Chris Toshok <toshok@ximian.com>
+
+ [ fixes bug #40954 ]
+ * backend/pas/pas-backend-file.c (pas_backend_file_dispose): guard
+ against NULL bf->priv->summary (happens if the initial load_uri
+ failed).
+ (pas_backend_file_load_uri): always set bf->priv->uri, since it's
+ used in _get_uri, which is called when the backend goes away.
+ This only happened before if you tried to load a folder that
+ didn't exist.
+
+2003-04-19 Chris Toshok <toshok@ximian.com>
[ fixes #40694 ]
* gui/component/select-names/e-select-names-bonobo.c