diff options
author | Michael Meeks <michael@helixcode.com> | 2001-01-17 08:18:12 +0800 |
---|---|---|
committer | Michael Meeks <michael@src.gnome.org> | 2001-01-17 08:18:12 +0800 |
commit | 35edf4f02ace2559daea85c11c8f36efc7fe0b80 (patch) | |
tree | 0f40fdb0e36660aef115e7d6a242d55ac905a669 /shell/e-shell-view.c | |
parent | 3f72f5232033c8ba639a73f96faf0b8d801e7d78 (diff) | |
download | gsoc2013-evolution-35edf4f02ace2559daea85c11c8f36efc7fe0b80.tar gsoc2013-evolution-35edf4f02ace2559daea85c11c8f36efc7fe0b80.tar.gz gsoc2013-evolution-35edf4f02ace2559daea85c11c8f36efc7fe0b80.tar.bz2 gsoc2013-evolution-35edf4f02ace2559daea85c11c8f36efc7fe0b80.tar.lz gsoc2013-evolution-35edf4f02ace2559daea85c11c8f36efc7fe0b80.tar.xz gsoc2013-evolution-35edf4f02ace2559daea85c11c8f36efc7fe0b80.tar.zst gsoc2013-evolution-35edf4f02ace2559daea85c11c8f36efc7fe0b80.zip |
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
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r-- | shell/e-shell-view.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index d8a3ff5055..4d3926bb5e 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -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); |