From 25c8eea5294d267d1e7071cea5ea726617c5fb4a Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Wed, 20 Oct 2004 03:03:05 +0000 Subject: convert to org.gnome hook names 2004-10-19 JP Rosevear * gui/component/addressbook-view.c, gui/component/select-names/e-select-names.c, gui/widgets/e-addressbook-view.c, gui/widgets/eab-menu.c, gui/widgets/eab-popup.c: convert to org.gnome hook names svn path=/trunk/; revision=27637 --- addressbook/gui/component/addressbook-view.c | 4 ++-- addressbook/gui/component/select-names/e-select-names.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'addressbook/gui/component') 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; -- cgit v1.2.3