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/e-plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'e-util/e-plugin.h') 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. -- cgit