diff options
author | JP Rosevear <jpr@novell.com> | 2004-10-20 11:03:05 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-10-20 11:03:05 +0800 |
commit | 25c8eea5294d267d1e7071cea5ea726617c5fb4a (patch) | |
tree | 85d09ab6c38b08872407b7dd7a7ca4b874005fee /addressbook/gui/component | |
parent | 9ab978229af344dfcca24a7fbb5890e6ecf4e7a7 (diff) | |
download | gsoc2013-evolution-25c8eea5294d267d1e7071cea5ea726617c5fb4a.tar.gz gsoc2013-evolution-25c8eea5294d267d1e7071cea5ea726617c5fb4a.tar.zst gsoc2013-evolution-25c8eea5294d267d1e7071cea5ea726617c5fb4a.zip |
convert to org.gnome hook names
2004-10-19 JP Rosevear <jpr@novell.com>
* 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
Diffstat (limited to 'addressbook/gui/component')
-rw-r--r-- | addressbook/gui/component/addressbook-view.c | 4 | ||||
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names.c | 2 |
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; |