diff options
-rw-r--r-- | composer/ChangeLog | 5 | ||||
-rw-r--r-- | composer/e-msg-composer.c | 4 | ||||
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-message-composer.xml | 8 |
4 files changed, 21 insertions, 1 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); 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 <peterw@ximian.com> + + * evolution-message-composer.xml: Add "Customize Toolbars" menu item + and command. + 2001-07-31 Jeffrey Stedfast <fejj@ximian.com> * 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 @@ <cmd name="SecuritySMimeEncrypt" _label="S/MIME Encrypt" _tip="Encrypt this message with your S/MIME Encryption Cetificate" type="toggle" state="0" hidden="1"/> - + + <!-- Builtin to Bonobo --> + + <cmd name="BonoboCustomize" _label="Customize toolbars..." + _tip="Customize toolbars" pixtype="stock" pixname="Preferences"/> + </commands> <keybindings> @@ -115,6 +120,7 @@ <menuitem name="ViewCC" verb=""/> <menuitem name="ViewBCC" verb=""/> <separator/> + <menuitem name="BonoboCustomize" verb="" pos="bottom"/> </submenu> <submenu name="Insert" _label="_Insert"> |