From ce8bf2db0ed32eadfe326ce9ba6ce8533b17230f Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 4 May 2004 14:53:25 +0000 Subject: Fix for bug #58004. 2004-05-04 Jeffrey Stedfast Fix for bug #58004. * mail-account-gui.c (display_license): Fixed to compile. (select_account_signature): Activate the signature menu item. (signature_added): Connect to the activate signal for each item. (sig_changed): Removed. (prepare_signatures): Don't bother connecting to the "selection-done" signal, it doesn't seem to work the way we expected it to work. svn path=/trunk/; revision=25784 --- mail/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 0928fe5832..8ad0ad7749 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,15 @@ +2004-05-04 Jeffrey Stedfast + + Fix for bug #58004. + + * mail-account-gui.c (display_license): Fixed to compile. + (select_account_signature): Activate the signature menu item. + (signature_added): Connect to the activate signal for each item. + (sig_changed): Removed. + (prepare_signatures): Don't bother connecting to the + "selection-done" signal, it doesn't seem to work the way we + expected it to work. + 2004-05-04 Sarfraaz Ahmed * mail-account-gui.c (display_license): This now takes CamelProvider -- cgit