aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/component')
-rw-r--r--addressbook/gui/component/addressbook-view.c4
-rw-r--r--addressbook/gui/component/select-names/e-select-names.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/addressbook/gui/component/addressbook-view.c b/addressbook/gui/component/addressbook-view.c
index ef4a24b5e0..5e9c087ef1 100644
--- a/addressbook/gui/component/addressbook-view.c
+++ b/addressbook/gui/component/addressbook-view.c
@@ -772,7 +772,7 @@ popup_event_callback(ESourceSelector *selector, ESource *source, GdkEventButton
int i;
GtkMenu *menu;
- ep = eab_popup_new("com.novell.evolution.addressbook.source.popup");
+ ep = eab_popup_new("org.gnome.evolution.addressbook.source.popup");
t = eab_popup_target_new_source(ep, selector);
t->target.widget = (GtkWidget *)view->priv->notebook;
@@ -1098,7 +1098,7 @@ addressbook_view_init (AddressbookView *view)
G_CALLBACK (source_list_changed_cb), view);
priv->creatable_items_handler = e_user_creatable_items_handler_new ("contacts", NULL, NULL);
- priv->menu = eab_menu_new("com.novell.evolution.addressbook.view");
+ priv->menu = eab_menu_new("org.gnome.evolution.addressbook.view");
g_signal_connect (priv->folder_view_control, "activate",
G_CALLBACK (control_activate_cb), view);
diff --git a/addressbook/gui/component/select-names/e-select-names.c b/addressbook/gui/component/select-names/e-select-names.c
index 6b13637299..cfa8a021e2 100644
--- a/addressbook/gui/component/select-names/e-select-names.c
+++ b/addressbook/gui/component/select-names/e-select-names.c
@@ -705,7 +705,7 @@ section_right_click_cb (ETable *et, int row, int col, GdkEvent *ev, ESelectNames
int i;
GtkMenu *menu;
- ep = eab_popup_new("com.novell.evolution.addressbook.selectNames.popup");
+ ep = eab_popup_new("org.gnome.evolution.addressbook.selectNames.popup");
t = eab_popup_target_new_select_names(ep, child->source, row);
t->target.widget = (GtkWidget *)et;