Remove the "Customize Toolbar" thing.

* message-browser.c (set_bonobo_ui): Remove the "Customize
Toolbar" thing.

svn path=/trunk/; revision=11825
This commit is contained in:
Ettore Perazzoli
2001-08-09 06:45:54 +00:00
parent 9ca73ebd87
commit 4386de9651
2 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2001-08-07 Ettore Perazzoli <ettore@ximian.com>
* message-browser.c (set_bonobo_ui): Remove the "Customize
Toolbar" thing.
2001-08-08 Not Zed <NotZed@Ximian.com>
* mail-ops.c (send_mail_send): Dont double-register this

View File

@ -203,11 +203,6 @@ set_bonobo_ui (GtkWidget *widget, FolderBrowser *fb)
bonobo_exception_get_text (&ev));
CORBA_exception_free (&ev);
/* Customize Toolbar thingie */
bonobo_ui_engine_config_set_path (bonobo_window_get_ui_engine (BONOBO_WINDOW (widget)),
"/evolution/UIConf/messagebrowser");
/* Add the Close item */
bonobo_ui_component_add_verb_list_with_data (uic, browser_verbs, widget);