diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-03-16 00:46:32 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-03-16 00:46:32 +0800 |
commit | edf71e7a156d8b2a1a42baa6758b5840f6c834c4 (patch) | |
tree | afe4c91d09d54fd8d9133a009a0681bf62ad55d8 /shell/e-shell-window.c | |
parent | 04305b8fa35d87d97e48b11f93d24604cef5155d (diff) | |
download | gsoc2013-evolution-edf71e7a156d8b2a1a42baa6758b5840f6c834c4.tar gsoc2013-evolution-edf71e7a156d8b2a1a42baa6758b5840f6c834c4.tar.gz gsoc2013-evolution-edf71e7a156d8b2a1a42baa6758b5840f6c834c4.tar.bz2 gsoc2013-evolution-edf71e7a156d8b2a1a42baa6758b5840f6c834c4.tar.lz gsoc2013-evolution-edf71e7a156d8b2a1a42baa6758b5840f6c834c4.tar.xz gsoc2013-evolution-edf71e7a156d8b2a1a42baa6758b5840f6c834c4.tar.zst gsoc2013-evolution-edf71e7a156d8b2a1a42baa6758b5840f6c834c4.zip |
Fix a couple compiler warnings.
Diffstat (limited to 'shell/e-shell-window.c')
-rw-r--r-- | shell/e-shell-window.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/e-shell-window.c b/shell/e-shell-window.c index 283445766c..5513efbe95 100644 --- a/shell/e-shell-window.c +++ b/shell/e-shell-window.c @@ -541,8 +541,7 @@ shell_window_create_shell_view (EShellWindow *shell_window, /* Register the GtkUIManager ID for the shell view. */ id = E_SHELL_VIEW_GET_CLASS (shell_view)->ui_manager_id; ui_manager = e_shell_window_get_ui_manager (shell_window); - e_plugin_ui_register_manager ( - E_UI_MANAGER (ui_manager), id, shell_view); + e_plugin_ui_register_manager (ui_manager, id, shell_view); /* Add pages to the various shell window notebooks. */ |