diff options
author | Chris Toshok <toshok@ximian.com> | 2002-09-05 06:23:50 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-09-05 06:23:50 +0800 |
commit | f966fe07757883ad5168a16daa2da39afbb388b3 (patch) | |
tree | 9f593a1e1445eefbe7233807e7cb46ee31cfd10d /addressbook/ChangeLog | |
parent | e724a9a9cfbc3a0c532d0781d5ee304dd724fddc (diff) | |
download | gsoc2013-evolution-f966fe07757883ad5168a16daa2da39afbb388b3.tar gsoc2013-evolution-f966fe07757883ad5168a16daa2da39afbb388b3.tar.gz gsoc2013-evolution-f966fe07757883ad5168a16daa2da39afbb388b3.tar.bz2 gsoc2013-evolution-f966fe07757883ad5168a16daa2da39afbb388b3.tar.lz gsoc2013-evolution-f966fe07757883ad5168a16daa2da39afbb388b3.tar.xz gsoc2013-evolution-f966fe07757883ad5168a16daa2da39afbb388b3.tar.zst gsoc2013-evolution-f966fe07757883ad5168a16daa2da39afbb388b3.zip |
[ Fixes #29904 ] we need to activate either a contact list editor or
2002-09-04 Chris Toshok <toshok@ximian.com>
[ Fixes #29904 ]
* gui/component/select-names/e-select-names-text-model.c
(e_select_names_text_model_activate_obj): we need to activate
either a contact list editor or contact editor depending on if
it's a list (this screams for a utility function.)
svn path=/trunk/; revision=17980
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 c1b4af086e..dca705bfef 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,11 @@ +2002-09-04 Chris Toshok <toshok@ximian.com> + + [ Fixes #29904 ] + * gui/component/select-names/e-select-names-text-model.c + (e_select_names_text_model_activate_obj): we need to activate + either a contact list editor or contact editor depending on if + it's a list (this screams for a utility function.) + 2002-09-04 Dan Winship <danw@ximian.com> * gui/component/addressbook-storage.c |