diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-08-04 10:54:28 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-08-04 10:54:28 +0800 |
commit | 4fabc3b420d3123921e5522ce753d56b7fc0ad58 (patch) | |
tree | 1fd501e27e6cb896bd3ae0c7f489bb005dd08c47 /addressbook/ChangeLog | |
parent | 239a8d9c93a03d93f40a255ef9d4a9f2aa7c230f (diff) | |
download | gsoc2013-evolution-4fabc3b420d3123921e5522ce753d56b7fc0ad58.tar.gz gsoc2013-evolution-4fabc3b420d3123921e5522ce753d56b7fc0ad58.tar.zst gsoc2013-evolution-4fabc3b420d3123921e5522ce753d56b7fc0ad58.zip |
Check for storage != NULL here. This shouldn't come up unless addressbook
2001-08-03 Christopher James Lahey <clahey@ximian.com>
* gui/component/select-names/e-select-names.c
(e_select_names_hookup_shell_listener): Check for storage != NULL
here. This shouldn't come up unless addressbook has crashed
previously within this session of evolution, but this is just a
bit of insurance.
svn path=/trunk/; revision=11644
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 190d8394c6..520aa74990 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,13 @@ 2001-08-03 Christopher James Lahey <clahey@ximian.com> + * gui/component/select-names/e-select-names.c + (e_select_names_hookup_shell_listener): Check for storage != NULL + here. This shouldn't come up unless addressbook has crashed + previously within this session of evolution, but this is just a + bit of insurance. + +2001-08-03 Christopher James Lahey <clahey@ximian.com> + * backend/ebook/e-card.c (e_card_name_match_string): Changed the criteria of whether the first part of each iteration matched or the second one did. Before it got it wrong sometimes and caused |