diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-01-28 02:05:56 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-01-28 02:05:56 +0800 |
commit | 143ba4162a04d8a623245c8965b7cce54326cd0b (patch) | |
tree | c5e5b66fc563c87b28c38a816747292f9a91b31b /composer/ChangeLog | |
parent | 4508efb9d1e15ac44f3b64e68653c68dc50042e9 (diff) | |
download | gsoc2013-evolution-143ba4162a04d8a623245c8965b7cce54326cd0b.tar.gz gsoc2013-evolution-143ba4162a04d8a623245c8965b7cce54326cd0b.tar.zst gsoc2013-evolution-143ba4162a04d8a623245c8965b7cce54326cd0b.zip |
Fixed a #warning by converting the filename into a uri before passing it
2003-01-27 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer-attachment.c (update_mime_type): Fixed a #warning
by converting the filename into a uri before passing it into
gnome_vfs_get_mime_type() since that function really needs a uri.
2003-01-22 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer-hdrs.c (init): Get the list of accounts here and
ref the account-list.
(destroy): Unref the accounts list here.
(create_from_optionmenu): Connect to the added/changed/removed
account-list signals here.
(account_added_cb): New callback function that adds the newly
added account to the from-dropdown menu.
(account_changed_cb): New callback that changes the label for the
account that got changed in the dropdown menu.
(account_removed_cb): Removes the account from the from dropdown
menu.
svn path=/trunk/; revision=19654
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 1ac609f819..a5ea71831a 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,8 +1,28 @@ +2003-01-27 Jeffrey Stedfast <fejj@ximian.com> + + * e-msg-composer-attachment.c (update_mime_type): Fixed a #warning + by converting the filename into a uri before passing it into + gnome_vfs_get_mime_type() since that function really needs a uri. + +2003-01-22 Jeffrey Stedfast <fejj@ximian.com> + + * e-msg-composer-hdrs.c (init): Get the list of accounts here and + ref the account-list. + (destroy): Unref the accounts list here. + (create_from_optionmenu): Connect to the added/changed/removed + account-list signals here. + (account_added_cb): New callback function that adds the newly + added account to the from-dropdown menu. + (account_changed_cb): New callback that changes the label for the + account that got changed in the dropdown menu. + (account_removed_cb): Removes the account from the from dropdown + menu. + 2003-01-24 Ettore Perazzoli <ettore@ximian.com> * Makefile.am (iconsdir): Remove, this is now defined in configure.in. -x + 2003-01-23 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer.c (e_msg_composer_load_config): Load the view |