diff options
author | Li Yuan <li.yuan@sun.com> | 2006-04-07 14:54:55 +0800 |
---|---|---|
committer | Li Yuan <liyuan@src.gnome.org> | 2006-04-07 14:54:55 +0800 |
commit | 6a73d9a74369a68a52e6bfb55c7f22c1f5216751 (patch) | |
tree | fa258eba417b750fba2ff090c53f2a7dec60dc37 /addressbook/ChangeLog | |
parent | 9d82014a943e687782d046a4276a0cb6d2a8503c (diff) | |
download | gsoc2013-evolution-6a73d9a74369a68a52e6bfb55c7f22c1f5216751.tar.gz gsoc2013-evolution-6a73d9a74369a68a52e6bfb55c7f22c1f5216751.tar.zst gsoc2013-evolution-6a73d9a74369a68a52e6bfb55c7f22c1f5216751.zip |
Fix for bug #336454 we should return false if it is not a del event to
2006-03-29 Li Yuan <li.yuan@sun.com>
Fix for bug #336454
* gui/component/addressbook-view.c:
(source_selector_key_press_event_callback):
we should return false if it is not a del event to make gtktreeview
deal the rest of keys.
svn path=/trunk/; revision=31781
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index b60bd0c4e5..534b792f98 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,11 @@ +2006-03-29 Li Yuan <li.yuan@sun.com> + + Fix for bug #336454 + * gui/component/addressbook-view.c: + (source_selector_key_press_event_callback): + we should return false if it is not a del event to make gtktreeview + deal the rest of keys. + 2006-03-10 Devashish Sharma <sdevashish@novell.com> * gui/component/ldap-config.glade : ldap port numbers |