diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-06-07 03:19:43 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-06-07 03:19:43 +0800 |
commit | f64614f29cbda928a873f38bb506b05cd49e3924 (patch) | |
tree | 5ec0acef54eb6ba8615d7dd669a6f89ed81069b5 /composer/ChangeLog | |
parent | 274a9699257279d11bf61e001c96e12c4f90f9a4 (diff) | |
download | gsoc2013-evolution-f64614f29cbda928a873f38bb506b05cd49e3924.tar.gz gsoc2013-evolution-f64614f29cbda928a873f38bb506b05cd49e3924.tar.zst gsoc2013-evolution-f64614f29cbda928a873f38bb506b05cd49e3924.zip |
Remove the customize toolbar thingy since Michael said that this would fix
2002-06-06 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer.c (setup_ui): Remove the customize toolbar thingy
since Michael said that this would fix bug #17952.
* e-msg-composer-hdrs.c (e_msg_composer_hdrs_set_from_account):
Clean up the logic in this. For one, we don't need to do strstr
using the account address (wtf??).
svn path=/trunk/; revision=17134
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 21cbe77127..00fa0377f6 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,12 @@ +2002-06-06 Jeffrey Stedfast <fejj@ximian.com> + + * e-msg-composer.c (setup_ui): Remove the customize toolbar thingy + since Michael said that this would fix bug #17952. + + * e-msg-composer-hdrs.c (e_msg_composer_hdrs_set_from_account): + Clean up the logic in this. For one, we don't need to do strstr + using the account address (wtf??). + 2002-06-05 Radek Doulik <rodo@ximian.com> * e-msg-composer-hdrs.c (create_from_optionmenu): put option menu |