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:
@ -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
|
||||
|
||||
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user