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 /e-util/e-attachment-view.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 'e-util/e-attachment-view.c')
-rw-r--r-- | e-util/e-attachment-view.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/e-util/e-attachment-view.c b/e-util/e-attachment-view.c index b1abda1e47..d078bd4b26 100644 --- a/e-util/e-attachment-view.c +++ b/e-util/e-attachment-view.c @@ -33,7 +33,6 @@ #include "e-attachment-handler-sendto.h" #include "e-misc-utils.h" #include "e-selection.h" -#include "e-ui-manager.h" enum { UPDATE_ACTIONS, @@ -882,7 +881,7 @@ e_attachment_view_init (EAttachmentView *view) priv = e_attachment_view_get_private (view); - ui_manager = e_ui_manager_new (); + ui_manager = gtk_ui_manager_new (); priv->merge_id = gtk_ui_manager_new_merge_id (ui_manager); priv->ui_manager = ui_manager; |