diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-05-04 22:53:25 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-05-04 22:53:25 +0800 |
commit | ce8bf2db0ed32eadfe326ce9ba6ce8533b17230f (patch) | |
tree | ed792277ce8d070a77013bdf265cad39d4322483 /mail/ChangeLog | |
parent | e8ac12faff8b51a2018d38f367e39a6c6fd171bb (diff) | |
download | gsoc2013-evolution-ce8bf2db0ed32eadfe326ce9ba6ce8533b17230f.tar.gz gsoc2013-evolution-ce8bf2db0ed32eadfe326ce9ba6ce8533b17230f.tar.zst gsoc2013-evolution-ce8bf2db0ed32eadfe326ce9ba6ce8533b17230f.zip |
Fix for bug #58004.
2004-05-04 Jeffrey Stedfast <fejj@ximian.com>
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
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
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 <fejj@ximian.com> + + 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 <asarfraaz@novell.com> * mail-account-gui.c (display_license): This now takes CamelProvider |