From 92a04dbb82b14a29879e5433870f81432947200a Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Wed, 20 Oct 2004 03:00:45 +0000 Subject: convert to org.gnome hook names 2004-10-19 JP Rosevear * e-config.c, e-event.c, e-menu.c, e-plugin.c, e-plugin.h, e-popup.c: convert to org.gnome hook names svn path=/trunk/; revision=27633 --- e-util/ChangeLog | 5 +++++ e-util/e-config.c | 8 ++++---- e-util/e-event.c | 10 +++++----- e-util/e-menu.c | 10 +++++----- e-util/e-plugin.c | 10 +++++----- e-util/e-plugin.h | 2 +- e-util/e-popup.c | 8 ++++---- 7 files changed, 29 insertions(+), 24 deletions(-) diff --git a/e-util/ChangeLog b/e-util/ChangeLog index a9b57cd080..2d67c0f9c5 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,8 @@ +2004-10-19 JP Rosevear + + * e-config.c, e-event.c, e-menu.c, e-plugin.c, e-plugin.h, + e-popup.c: convert to org.gnome hook names + 2004-10-07 Jeffrey Stedfast * e-passwords.c (ep_ask_password): Use "%s" as the formatter diff --git a/e-util/e-config.c b/e-util/e-config.c index b38b760f79..2e0f47ddeb 100644 --- a/e-util/e-config.c +++ b/e-util/e-config.c @@ -1140,13 +1140,13 @@ e_config_target_free(EConfig *ep, void *o) /* - construct = emph_construct; /* this is actually an abstract implementation but list it anyway */ - klass->id = "com.ximian.evolution.config:1.0"; + klass->id = "org.gnome.evolution.config:1.0"; printf("EConfigHook: init class %p '%s'\n", klass, g_type_name(((GObjectClass *)klass)->g_type_class.g_type)); diff --git a/e-util/e-event.c b/e-util/e-event.c index c8ff8d4cb2..44f9be5c85 100644 --- a/e-util/e-event.c +++ b/e-util/e-event.c @@ -346,13 +346,13 @@ e_event_target_free(EEvent *ep, void *o) /* - - + construct = emph_construct; /* this is actually an abstract implementation but list it anyway */ - klass->id = "com.ximian.evolution.event:1.0"; + klass->id = "org.gnome.evolution.event:1.0"; printf("EEventHook: init class %p '%s'\n", klass, g_type_name(((GObjectClass *)klass)->g_type_class.g_type)); diff --git a/e-util/e-menu.c b/e-util/e-menu.c index 9ce1a4f3dd..7d4809544f 100644 --- a/e-util/e-menu.c +++ b/e-util/e-menu.c @@ -573,14 +573,14 @@ e_menu_target_free(EMenu *ep, void *o) /* - - + + @@ -854,7 +854,7 @@ emph_class_init(EPluginHookClass *klass) klass->construct = emph_construct; /* this is actually an abstract implementation but list it anyway */ - klass->id = "com.ximian.evolution.bonobomenu:1.0"; + klass->id = "org.gnome.evolution.bonobomenu:1.0"; ((EMenuHookClass *)klass)->target_map = g_hash_table_new(g_str_hash, g_str_equal); ((EMenuHookClass *)klass)->menu_class = g_type_class_ref(e_menu_get_type()); diff --git a/e-util/e-plugin.c b/e-util/e-plugin.c index c2481098f9..0dd8fb4e17 100644 --- a/e-util/e-plugin.c +++ b/e-util/e-plugin.c @@ -15,22 +15,22 @@ /* imap IMAP4 and IMAP4v1 mail store - diff --git a/e-util/e-plugin.h b/e-util/e-plugin.h index 95a013c665..60635ae2dc 100644 --- a/e-util/e-plugin.h +++ b/e-util/e-plugin.h @@ -11,7 +11,7 @@ typedef struct _EPlugin EPlugin; typedef struct _EPluginClass EPluginClass; -#define E_PLUGIN_CLASSID "com.ximian.evolution.plugin" +#define E_PLUGIN_CLASSID "org.gnome.evolution.plugin" /** * struct _EPlugin - An EPlugin instance. diff --git a/e-util/e-popup.c b/e-util/e-popup.c index 31c3bd0866..c336aed9e7 100644 --- a/e-util/e-popup.c +++ b/e-util/e-popup.c @@ -587,13 +587,13 @@ e_popup_target_free(EPopup *ep, void *o) /* - construct = emph_construct; /* this is actually an abstract implementation but list it anyway */ - klass->id = "com.ximian.evolution.popup:1.0"; + klass->id = "org.gnome.evolution.popup:1.0"; printf("EPopupHook: init class %p '%s'\n", klass, g_type_name(((GObjectClass *)klass)->g_type_class.g_type)); -- cgit v1.2.3