diff options
author | Dan Winship <danw@src.gnome.org> | 2002-03-28 04:36:28 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-03-28 04:36:28 +0800 |
commit | 5165918a9f49e4dd2e3f7d203035f8b29c2f9b05 (patch) | |
tree | 369bda73cc271aa0aab5c36004f405ba9a4f5827 /mail/ChangeLog | |
parent | f829289c850f79cd657d60e6b4bc5f9cd6aa0a70 (diff) | |
download | gsoc2013-evolution-5165918a9f49e4dd2e3f7d203035f8b29c2f9b05.tar gsoc2013-evolution-5165918a9f49e4dd2e3f7d203035f8b29c2f9b05.tar.gz gsoc2013-evolution-5165918a9f49e4dd2e3f7d203035f8b29c2f9b05.tar.bz2 gsoc2013-evolution-5165918a9f49e4dd2e3f7d203035f8b29c2f9b05.tar.lz gsoc2013-evolution-5165918a9f49e4dd2e3f7d203035f8b29c2f9b05.tar.xz gsoc2013-evolution-5165918a9f49e4dd2e3f7d203035f8b29c2f9b05.tar.zst gsoc2013-evolution-5165918a9f49e4dd2e3f7d203035f8b29c2f9b05.zip |
unset GTK_CAN_FOCUS on the button so that it can't grab focus when you
* mail-display.c (do_attachment_header): unset GTK_CAN_FOCUS on
the button so that it can't grab focus when you click it.
(do_signature): Likewise on the signature button. #3904
svn path=/trunk/; revision=16261
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index bbfb8ae06f..818905faf1 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2002-03-27 Dan Winship <danw@ximian.com> + + * mail-display.c (do_attachment_header): unset GTK_CAN_FOCUS on + the button so that it can't grab focus when you click it. + (do_signature): Likewise on the signature button. #3904 + 2002-03-26 Jeffrey Stedfast <fejj@ximian.com> Sync with yet-another-mail-config branch. |