From 5165918a9f49e4dd2e3f7d203035f8b29c2f9b05 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 27 Mar 2002 20:36:28 +0000 Subject: 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 --- mail/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mail/ChangeLog') 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 + + * 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 Sync with yet-another-mail-config branch. -- cgit