set config path on window.

2001-01-16  Michael Meeks  <michael@helixcode.com>

	* e-shell-view.c (e_shell_view_construct): set config
	path on window.

svn path=/trunk/; revision=7556
This commit is contained in:
Michael Meeks
2001-01-17 00:18:12 +00:00
committed by Michael Meeks
parent 3f72f52320
commit 35edf4f02a
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2001-01-16 Michael Meeks <michael@helixcode.com>
* e-shell-view.c (e_shell_view_construct): set config
path on window.
2001-01-16 JP Rosevear <jpr@ximian.com>
* e-shell-folder-title-bar.c (e_shell_folder_title_bar_new): pop the

View File

@ -931,6 +931,10 @@ e_shell_view_construct (EShellView *shell_view,
setup_widgets (shell_view);
bonobo_ui_engine_config_set_path (
bonobo_window_get_ui_engine (BONOBO_WINDOW (shell_view)),
"/evolution/UIConf/kvps");
e_shell_view_menu_setup (shell_view);
e_shell_view_set_folder_bar_mode (shell_view, E_SHELL_VIEW_SUBWINDOW_HIDDEN);