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/e-msg-composer.c | |
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/e-msg-composer.c')
-rw-r--r-- | composer/e-msg-composer.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c index ab4ac99149..129a6249d0 100644 --- a/composer/e-msg-composer.c +++ b/composer/e-msg-composer.c @@ -1878,10 +1878,6 @@ setup_ui (EMsgComposer *composer) bonobo_ui_component_add_verb_list_with_data (composer->uic, verbs, composer); - /* Customize Toolbar thingie */ - bonobo_ui_engine_config_set_path (bonobo_window_get_ui_engine (BONOBO_WINDOW (composer)), - "/evolution/UIConf/composer"); - bonobo_ui_component_freeze (composer->uic, NULL); bonobo_ui_util_set_ui (composer->uic, EVOLUTION_DATADIR, |