diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-10-21 14:11:08 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-10-21 14:11:08 +0800 |
commit | ff377e0b7c6f38b61859868e8660ebed18fcd47c (patch) | |
tree | f21b4caf74c0ac18400e8b501edb989916830180 /addressbook/ChangeLog | |
parent | c520034c0b7243612535177882d8ebe5c7344c5d (diff) | |
download | gsoc2013-evolution-ff377e0b7c6f38b61859868e8660ebed18fcd47c.tar.gz gsoc2013-evolution-ff377e0b7c6f38b61859868e8660ebed18fcd47c.tar.zst gsoc2013-evolution-ff377e0b7c6f38b61859868e8660ebed18fcd47c.zip |
Use an EEntry here instead of a GtkLabel. Fixes Ximian bug #7067.
2001-10-21 Christopher James Lahey <clahey@ximian.com>
* gui/component/select-names/e-select-names.c
(e_select_names_add_section, e_select_names_set_default): Use an
EEntry here instead of a GtkLabel. Fixes Ximian bug #7067.
svn path=/trunk/; revision=13841
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 a55bf61107..8e38ef89de 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2001-10-21 Christopher James Lahey <clahey@ximian.com> + + * gui/component/select-names/e-select-names.c + (e_select_names_add_section, e_select_names_set_default): Use an + EEntry here instead of a GtkLabel. Fixes Ximian bug #7067. + 2001-10-21 Jon Trowbridge <trow@ximian.com> * gui/component/addressbook.c (control_activate_cb): Call |