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 ++++ ui/ChangeLog | 5 +++++ ui/evolution-message-composer.xml | 8 +++++++- 4 files changed, 21 insertions(+), 1 deletion(-) 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); diff --git a/ui/ChangeLog b/ui/ChangeLog index 1f7f40c7e8..5da755f176 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2001-07-31 Peter Williams + + * evolution-message-composer.xml: Add "Customize Toolbars" menu item + and command. + 2001-07-31 Jeffrey Stedfast * evolution-mail-message.xml: Added Next/Previous menu items under diff --git a/ui/evolution-message-composer.xml b/ui/evolution-message-composer.xml index 9041b774f8..eb83c0a546 100644 --- a/ui/evolution-message-composer.xml +++ b/ui/evolution-message-composer.xml @@ -71,7 +71,12 @@