diff options
author | Dan Winship <danw@src.gnome.org> | 2001-02-16 01:38:54 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-02-16 01:38:54 +0800 |
commit | bd655cb765f3ad19b68ab188dd95d07b0fbad216 (patch) | |
tree | e3b6f29b37aff995c18dffd5c6ab62df4c2c0d13 /composer/ChangeLog | |
parent | 1e18d9fb96e4f893b8f5a768af9ab0579208274d (diff) | |
download | gsoc2013-evolution-bd655cb765f3ad19b68ab188dd95d07b0fbad216.tar.gz gsoc2013-evolution-bd655cb765f3ad19b68ab188dd95d07b0fbad216.tar.zst gsoc2013-evolution-bd655cb765f3ad19b68ab188dd95d07b0fbad216.zip |
If @account_name is NULL, pick the default account rather than giving a
* e-msg-composer-hdrs.c (e_msg_composer_hdrs_set_from_account): If
@account_name is NULL, pick the default account rather than giving
a g_warning.
* e-msg-composer.c (e_msg_composer_set_headers): Note in the
doc comment that @from can be NULL if you want the default account
(since there is code that expects this).
svn path=/trunk/; revision=8243
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 5d6819c395..258d58ddcf 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,13 @@ +2001-02-15 Dan Winship <danw@ximian.com> + + * e-msg-composer-hdrs.c (e_msg_composer_hdrs_set_from_account): If + @account_name is NULL, pick the default account rather than giving + a g_warning. + + * e-msg-composer.c (e_msg_composer_set_headers): Note in the + doc comment that @from can be NULL if you want the default account + (since there is code that expects this). + 2001-02-13 Jeffrey Stedfast <fejj@ximian.com> * evolution-composer.c (corba_recipientlist_to_glist): Use the |