From f64614f29cbda928a873f38bb506b05cd49e3924 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 6 Jun 2002 19:19:43 +0000 Subject: Remove the customize toolbar thingy since Michael said that this would fix 2002-06-06 Jeffrey Stedfast * 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 --- composer/e-msg-composer.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'composer/e-msg-composer.c') 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, -- cgit v1.2.3