diff options
author | Gilbert Fang <gilbert.fang@sun.com> | 2003-06-26 01:11:47 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-06-26 01:11:47 +0800 |
commit | b562aa8d232fbd460901ed9da46b0f34e73b6d18 (patch) | |
tree | 5aac6130dcd3badf8050c39ba8b730bd6a5a259f /addressbook/ChangeLog | |
parent | b5c224b87d5e426737e3cf964bb723c6b41253bb (diff) | |
download | gsoc2013-evolution-b562aa8d232fbd460901ed9da46b0f34e73b6d18.tar.gz gsoc2013-evolution-b562aa8d232fbd460901ed9da46b0f34e73b6d18.tar.zst gsoc2013-evolution-b562aa8d232fbd460901ed9da46b0f34e73b6d18.zip |
new function, override the event handler for focus_in_event, set the first
2003-06-25 Gilbert Fang <gilbert.fang@sun.com>
* gui/widgets/e-minicard-view-widget.c
(e_minicard_view_widget_real_focus_in_event): new function,
override the event handler for focus_in_event, set the first item
be focused if no focused item at all. Fixes bug 41826.
svn path=/trunk/; revision=21547
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 58f834dbb4..801f39ac6c 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2003-06-25 Gilbert Fang <gilbert.fang@sun.com> + + * gui/widgets/e-minicard-view-widget.c + (e_minicard_view_widget_real_focus_in_event): new function, + override the event handler for focus_in_event, set the first item + be focused if no focused item at all. Fixes bug 41826. + 2003-06-18 Chris Toshok <toshok@ximian.com> * gui/contact-editor/e-contact-editor.c (fill_in_field): in the |