diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-08-14 16:21:37 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-08-14 16:21:37 +0800 |
commit | 6e1e2da22b43686947bf8669da92985f4fbfc7ac (patch) | |
tree | 1e967ff8f111d5a297376a400531a3e958e9074e /addressbook/ChangeLog | |
parent | 3baba3b25e964165394499c2d390932a45973ad2 (diff) | |
download | gsoc2013-evolution-6e1e2da22b43686947bf8669da92985f4fbfc7ac.tar.gz gsoc2013-evolution-6e1e2da22b43686947bf8669da92985f4fbfc7ac.tar.zst gsoc2013-evolution-6e1e2da22b43686947bf8669da92985f4fbfc7ac.zip |
Added focus targets here. Fixes part of Ximian bug #5843.
2001-08-14 Christopher James Lahey <clahey@ximian.com>
* gui/contact-editor/contact-editor.glade: Added focus targets
here. Fixes part of Ximian bug #5843.
svn path=/trunk/; revision=11998
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 33f9f46804..83d7ef2a69 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,8 +1,15 @@ 2001-08-14 Christopher James Lahey <clahey@ximian.com> + * gui/contact-editor/contact-editor.glade: Added focus targets + here. Fixes part of Ximian bug #5843. + +2001-08-14 Christopher James Lahey <clahey@ximian.com> + * gui/contact-editor/e-contact-editor.c (e_contact_editor_init): Grab focus here. Fixes Ximian bug #2265. +2001-08-14 Christopher James Lahey <clahey@ximian.com> + * gui/component/addressbook.c (addressbook_factory_new_control): (addressbook_query_changed): Fixed two const warnings here. |