aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--addressbook/ChangeLog7
-rw-r--r--addressbook/gui/component/addressbook-view.c4
-rw-r--r--addressbook/gui/component/select-names/e-select-names.c2
-rw-r--r--addressbook/gui/widgets/e-addressbook-view.c2
-rw-r--r--addressbook/gui/widgets/eab-menu.c8
-rw-r--r--addressbook/gui/widgets/eab-popup.c8
6 files changed, 19 insertions, 12 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 3a25efbec6..7b5cb04273 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,10 @@
+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
+
2004-10-15 Sivaiah Nallagatla <snallagatla@novell.com>
* gui/widgets/e-addressbook-view.c : add EAB_POPUP_SELECT_ANY
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;
diff --git a/addressbook/gui/widgets/e-addressbook-view.c b/addressbook/gui/widgets/e-addressbook-view.c
index a0207e1281..0d55297df1 100644
--- a/addressbook/gui/widgets/e-addressbook-view.c
+++ b/addressbook/gui/widgets/e-addressbook-view.c
@@ -983,7 +983,7 @@ do_popup_menu(EABView *view, GdkEvent *event)
e_selection_model_foreach(selection_model, get_card_1, contact_and_book);
}
- ep = eab_popup_new("com.novell.evolution.addressbook.view.popup");
+ ep = eab_popup_new("org.gnome.evolution.addressbook.view.popup");
t = eab_popup_target_new_select(ep, view->book, !eab_model_editable(view->model), cards);
t->target.widget = (GtkWidget *)view;
diff --git a/addressbook/gui/widgets/eab-menu.c b/addressbook/gui/widgets/eab-menu.c
index d398c769f2..d70caeb91a 100644
--- a/addressbook/gui/widgets/eab-menu.c
+++ b/addressbook/gui/widgets/eab-menu.c
@@ -176,13 +176,13 @@ eabm_standard_menu_factory(EMenu *emp, void *data)
/*
<e-plugin
- class="com.ximian.mail.plugin.popup:1.0"
- id="com.ximian.mail.plugin.popup.item:1.0"
+ class="org.gnome.mail.plugin.popup:1.0"
+ id="org.gnome.mail.plugin.popup.item:1.0"
type="shlib"
location="/opt/gnome2/lib/camel/1.0/libcamelimap.so"
name="imap"
description="IMAP4 and IMAP4v1 mail store">
- <hook class="com.ximian.mail.popupMenu:1.0"
+ <hook class="org.gnome.mail.popupMenu:1.0"
handler="HandlePopup">
<menu id="any" target="select">
<item
@@ -229,7 +229,7 @@ eabmph_class_init(EPluginHookClass *klass)
int i;
((GObjectClass *)klass)->finalize = eabmph_finalise;
- ((EPluginHookClass *)klass)->id = "com.novell.evolution.addressbook.bonobomenu:1.0";
+ ((EPluginHookClass *)klass)->id = "org.gnome.evolution.addressbook.bonobomenu:1.0";
for (i=0;eabmph_targets[i].type;i++)
e_menu_hook_class_add_target_map((EMenuHookClass *)klass, &eabmph_targets[i]);
diff --git a/addressbook/gui/widgets/eab-popup.c b/addressbook/gui/widgets/eab-popup.c
index 2a9a7e654b..9bda77d162 100644
--- a/addressbook/gui/widgets/eab-popup.c
+++ b/addressbook/gui/widgets/eab-popup.c
@@ -219,13 +219,13 @@ eab_popup_target_new_select_names(EABPopup *eabp, struct _ESelectNamesModel *mod
/*
<e-plugin
- class="com.ximian.mail.plugin.popup:1.0"
- id="com.ximian.mail.plugin.popup.iteab:1.0"
+ class="org.gnome.mail.plugin.popup:1.0"
+ id="org.gnome.mail.plugin.popup.iteab:1.0"
type="shlib"
location="/opt/gnome2/lib/camel/1.0/libcamelimap.so"
name="imap"
description="IMAP4 and IMAP4v1 mail store">
- <hook class="com.ximian.mail.popupMenu:1.0"
+ <hook class="org.gnome.mail.popupMenu:1.0"
handler="HandlePopup">
<menu id="any" target="select">
<iteab
@@ -284,7 +284,7 @@ eabph_class_init(EPluginHookClass *klass)
int i;
((GObjectClass *)klass)->finalize = eabph_finalise;
- ((EPluginHookClass *)klass)->id = "com.ximian.evolution.addressbook.popup:1.0";
+ ((EPluginHookClass *)klass)->id = "org.gnome.evolution.addressbook.popup:1.0";
for (i=0;eabph_targets[i].type;i++)
e_popup_hook_class_add_target_map((EPopupHookClass *)klass, &eabph_targets[i]);