From 04305b8fa35d87d97e48b11f93d24604cef5155d Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 15 Mar 2010 12:11:26 -0400 Subject: Revert some bad assumptions I made in EPluginUI. We can't require the use of EUIManager everywhere because we don't control all the UI manager instances -- the most compelling example being the composer, whose UI manager comes from GtkhtmlEditor. Instead, EPluginUI will check the instance type and pick an appropriate "load_from_string" function. --- shell/e-shell-window-private.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'shell/e-shell-window-private.c') diff --git a/shell/e-shell-window-private.c b/shell/e-shell-window-private.c index e70e76673c..159a6b17d3 100644 --- a/shell/e-shell-window-private.c +++ b/shell/e-shell-window-private.c @@ -456,9 +456,8 @@ e_shell_window_private_constructed (EShellWindow *shell_window) shell_window_init_switcher_style (shell_window); id = "org.gnome.evolution.shell"; - e_plugin_ui_register_manager ( - E_UI_MANAGER (ui_manager), id, shell_window); - e_plugin_ui_enable_manager (E_UI_MANAGER (ui_manager), id); + e_plugin_ui_register_manager (ui_manager, id, shell_window); + e_plugin_ui_enable_manager (ui_manager, id); } void -- cgit v1.2.3