diff options
author | JP Rosevear <jpr@novell.com> | 2004-10-20 11:00:45 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-10-20 11:00:45 +0800 |
commit | 92a04dbb82b14a29879e5433870f81432947200a (patch) | |
tree | a26de73f1a8452f0098b094a8d86e6777c406f7c /e-util/e-plugin.h | |
parent | 6c6100f9600ce889dbd1eefca36edb8c87deb136 (diff) | |
download | gsoc2013-evolution-92a04dbb82b14a29879e5433870f81432947200a.tar.gz gsoc2013-evolution-92a04dbb82b14a29879e5433870f81432947200a.tar.zst gsoc2013-evolution-92a04dbb82b14a29879e5433870f81432947200a.zip |
convert to org.gnome hook names
2004-10-19 JP Rosevear <jpr@novell.com>
* 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
Diffstat (limited to 'e-util/e-plugin.h')
-rw-r--r-- | e-util/e-plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |