diff options
author | Chris Toshok <toshok@ximian.com> | 2004-06-19 02:28:07 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-06-19 02:28:07 +0800 |
commit | d1d0e8e307fc3fd65d15a407637129d529bb0668 (patch) | |
tree | 51b11a4ff2a7335818ec5eb04645761ba47f7c47 /addressbook/ChangeLog | |
parent | f4cea63565f0f1e9485027108292d87143b0eba2 (diff) | |
download | gsoc2013-evolution-d1d0e8e307fc3fd65d15a407637129d529bb0668.tar.gz gsoc2013-evolution-d1d0e8e307fc3fd65d15a407637129d529bb0668.tar.zst gsoc2013-evolution-d1d0e8e307fc3fd65d15a407637129d529bb0668.zip |
only go through the process of creating/loading the EBook if the model has
2004-06-18 Chris Toshok <toshok@ximian.com>
* gui/component/select-names/e-select-names-model.c
(e_select_names_model_load_contacts): only go through the process
of creating/loading the EBook if the model has some data in it.
svn path=/trunk/; revision=26424
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index a439fab076..50c246832d 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,11 @@ 2004-06-18 Chris Toshok <toshok@ximian.com> + * gui/component/select-names/e-select-names-model.c + (e_select_names_model_load_contacts): only go through the process + of creating/loading the EBook if the model has some data in it. + +2004-06-18 Chris Toshok <toshok@ximian.com> + [ fixes bug #59376 ] * gui/component/addressbook-view.c (fill_popup_menu_callback): |