diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-03-31 21:58:52 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-04-01 00:10:54 +0800 |
commit | 0494d4c3c67403293c496d0ab6ce498b954a8a06 (patch) | |
tree | 845fb73df494c60b39132fc6bbb1c1358f46ba54 /shell/e-shell-window-private.c | |
parent | 0125093ff7f0883fd8b97176a18cac5e798a37b9 (diff) | |
download | gsoc2013-evolution-0494d4c3c67403293c496d0ab6ce498b954a8a06.tar.gz gsoc2013-evolution-0494d4c3c67403293c496d0ab6ce498b954a8a06.tar.zst gsoc2013-evolution-0494d4c3c67403293c496d0ab6ce498b954a8a06.zip |
Remove EUIManager.
No longer needed. Use GtkUIManager directly.
Diffstat (limited to 'shell/e-shell-window-private.c')
-rw-r--r-- | shell/e-shell-window-private.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-window-private.c b/shell/e-shell-window-private.c index 69e3ff24ad..b3070a6bcf 100644 --- a/shell/e-shell-window-private.c +++ b/shell/e-shell-window-private.c @@ -220,7 +220,7 @@ e_shell_window_private_init (EShellWindow *shell_window) signal_handler_ids = g_array_new (FALSE, FALSE, sizeof (gulong)); - priv->ui_manager = e_ui_manager_new (); + priv->ui_manager = gtk_ui_manager_new (); priv->loaded_views = loaded_views; priv->signal_handler_ids = signal_handler_ids; |