aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/gui/component/e-book-shell-view.c1
-rw-r--r--addressbook/gui/widgets/eab-contact-display.c6
2 files changed, 5 insertions, 2 deletions
diff --git a/addressbook/gui/component/e-book-shell-view.c b/addressbook/gui/component/e-book-shell-view.c
index 11cdaf6594..6244384390 100644
--- a/addressbook/gui/component/e-book-shell-view.c
+++ b/addressbook/gui/component/e-book-shell-view.c
@@ -286,6 +286,7 @@ book_shell_view_class_init (EBookShellViewClass *class,
shell_view_class->label = _("Contacts");
shell_view_class->icon_name = "x-office-address-book";
shell_view_class->ui_definition = "evolution-contacts.ui";
+ shell_view_class->ui_manager_id = "org.gnome.evolution.contacts";
shell_view_class->search_options = "/contact-search-options";
shell_view_class->search_rules = "addresstypes.xml";
shell_view_class->type_module = type_module;
diff --git a/addressbook/gui/widgets/eab-contact-display.c b/addressbook/gui/widgets/eab-contact-display.c
index 02aa5b81f0..42cc65294f 100644
--- a/addressbook/gui/widgets/eab-contact-display.c
+++ b/addressbook/gui/widgets/eab-contact-display.c
@@ -1087,6 +1087,7 @@ eab_contact_display_init (EABContactDisplay *display)
{
GtkActionGroup *action_group;
GtkHTML *html;
+ const gchar *id;
display->priv = EAB_CONTACT_DISPLAY_GET_PRIVATE (display);
display->priv->mode = EAB_CONTACT_DISPLAY_RENDER_NORMAL;
@@ -1146,8 +1147,9 @@ eab_contact_display_init (EABContactDisplay *display)
display->priv->invisible,
GDK_SELECTION_CLIPBOARD, GDK_SELECTION_TYPE_STRING, 1);
- e_plugin_ui_register_manager (
- "contact-display", display->priv->ui_manager, display);
+ id = "org.gnome.evolution.contact-display";
+ e_plugin_ui_register_manager (display->priv->ui_manager, id, display);
+ e_plugin_ui_enable_manager (display->priv->ui_manager, id);
}
GType