diff options
Diffstat (limited to 'composer')
-rw-r--r-- | composer/ChangeLog | 5 | ||||
-rw-r--r-- | composer/e-msg-composer.c | 4 |
2 files changed, 9 insertions, 0 deletions
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 <peterw@ximian.com> + + * 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 <jleach@ximian.com> * 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); |