diff options
author | Chris Toshok <toshok@ximian.com> | 2003-04-20 06:16:41 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-04-20 06:16:41 +0800 |
commit | a17a25e3496d7ce1bbd57a763076c446b78bdb70 (patch) | |
tree | b5799d8457520882f61f3ebded5a1731efe4b4d9 /addressbook/ChangeLog | |
parent | 5cf9db22084a646cec7d655926db67b8650f65a4 (diff) | |
download | gsoc2013-evolution-a17a25e3496d7ce1bbd57a763076c446b78bdb70.tar.gz gsoc2013-evolution-a17a25e3496d7ce1bbd57a763076c446b78bdb70.tar.zst gsoc2013-evolution-a17a25e3496d7ce1bbd57a763076c446b78bdb70.zip |
[ fixes #40694 ] just grab focus if @activate == TRUE. we'll do all
2003-04-16 Chris Toshok <toshok@ximian.com>
[ fixes #40694 ]
* gui/component/select-names/e-select-names-bonobo.c
(control_activate_cb): just grab focus if @activate == TRUE.
we'll do all merging/unmerging in the focus handler.
(widget_focus_cb): handle the merging here.
(e_bonobo_control_automerge_ui): store off the widget (so we can
grab focus on it) and connect to "activate".
svn path=/trunk/; revision=20897
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index fda34513c9..8743cd24a9 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,13 @@ +2003-04-16 Chris Toshok <toshok@ximian.com> + + [ fixes #40694 ] + * gui/component/select-names/e-select-names-bonobo.c + (control_activate_cb): just grab focus if @activate == TRUE. + we'll do all merging/unmerging in the focus handler. + (widget_focus_cb): handle the merging here. + (e_bonobo_control_automerge_ui): store off the widget (so we can + grab focus on it) and connect to "activate". + 2003-04-18 Rodney Dawes <dobey@ximian.com> * gui/component/select-names/Makefile.am: Add missing -DPREFIX |