aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-08-14 15:01:35 +0800
committerChris Lahey <clahey@src.gnome.org>2001-08-14 15:01:35 +0800
commit141634ed801e5095f12b870ee58cf48b4d47d0ec (patch)
treed8b01adf3ddae1e2170f655bf7c5df3ca540cc06 /addressbook/ChangeLog
parent804a46b77ed71f98610e78cfff64e2b938e685a1 (diff)
downloadgsoc2013-evolution-141634ed801e5095f12b870ee58cf48b4d47d0ec.tar
gsoc2013-evolution-141634ed801e5095f12b870ee58cf48b4d47d0ec.tar.gz
gsoc2013-evolution-141634ed801e5095f12b870ee58cf48b4d47d0ec.tar.bz2
gsoc2013-evolution-141634ed801e5095f12b870ee58cf48b4d47d0ec.tar.lz
gsoc2013-evolution-141634ed801e5095f12b870ee58cf48b4d47d0ec.tar.xz
gsoc2013-evolution-141634ed801e5095f12b870ee58cf48b4d47d0ec.tar.zst
gsoc2013-evolution-141634ed801e5095f12b870ee58cf48b4d47d0ec.zip
Grab focus here. Fixes Ximian bug #2265.
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. svn path=/trunk/; revision=11995
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 4aede6ab15..33f9f46804 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,8 @@
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.
+
* gui/component/addressbook.c (addressbook_factory_new_control):
(addressbook_query_changed): Fixed two const warnings here.