From c36ab4adbc03458d629b2fb155c192ecdae5a05d Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Tue, 31 Jul 2001 19:01:59 +0000 Subject: ui: 2001-07-31 Peter Williams * evolution-message-composer.xml: Add "Customize Toolbars" menu item and command. composer: 2001-07-31 Peter Williams * e-msg-composer.c (setup_ui): Set the config path for the composer so that the customize toolbar command works. svn path=/trunk/; revision=11529 --- composer/ChangeLog | 5 +++++ composer/e-msg-composer.c | 4 ++++ 2 files changed, 9 insertions(+) (limited to 'composer') diff --git a/composer/ChangeLog b/composer/ChangeLog index f24831b9de..b84bada467 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,8 @@ +2001-07-31 Peter Williams + + * e-msg-composer.c (setup_ui): Set the config path for the composer so + that the customize toolbar command works. + 2001-07-31 Jason Leach * e-msg-composer.c: Use Tuomas' and Jakub's new (and beautiful) diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c index 421ffff728..fdf9cefe4d 100644 --- a/composer/e-msg-composer.c +++ b/composer/e-msg-composer.c @@ -1706,6 +1706,10 @@ 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); -- cgit v1.2.3