From b0587183ce39eaa16d6b1cd43438350500748381 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 30 Oct 2001 02:44:35 +0000 Subject: Put the charset encoding submenu in the EncodingPlaceholder. * e-msg-composer.c (setup_ui): Put the charset encoding submenu in the EncodingPlaceholder. svn path=/trunk/; revision=14407 --- composer/ChangeLog | 5 +++++ composer/e-msg-composer.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/composer/ChangeLog b/composer/ChangeLog index 2e4e572644..0a39a9c2a0 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,8 @@ +2001-10-29 Ettore Perazzoli + + * e-msg-composer.c (setup_ui): Put the charset encoding submenu in + the EncodingPlaceholder. + 2001-10-29 Dan Winship * evolution-composer.c (init): Set the (new) "no_body" flag on the diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c index b68d0e871f..0eeff9abd0 100644 --- a/composer/e-msg-composer.c +++ b/composer/e-msg-composer.c @@ -1748,7 +1748,7 @@ setup_ui (EMsgComposer *composer) default_charset = bonobo_config_get_string (composer->config_db, "/Mail/Format/default_charset", NULL); - e_charset_picker_bonobo_ui_populate (composer->uic, "/menu/Edit", + e_charset_picker_bonobo_ui_populate (composer->uic, "/menu/Edit/EncodingPlaceholder", default_charset, menu_changed_charset_cb, composer); -- cgit v1.2.3