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-event.c | |
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-event.c')
-rw-r--r-- | e-util/e-event.c | 10 |
1 files changed, 5 insertions, 5 deletions
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) /* <e-plugin - class="com.ximian.mail.plugin.event:1.0" - id="com.ximian.mail.plugin.event.item:1.0" + class="org.gnome.mail.plugin.event:1.0" + id="org.gnome.mail.plugin.event.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.eventMenu:1.0" + <hook class="org.gnome.mail.eventMenu:1.0" handler="HandleEvent"> <menu id="any" target="select"> <item @@ -366,7 +366,7 @@ e_event_target_free(EEvent *ep, void *o) </menu> </extension> - <hook class="com.ximian.evolution.mail.events:1.0"> + <hook class="org.gnome.evolution.mail.events:1.0"> <event id=".folder.changed" target="" priority="0" @@ -508,7 +508,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.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)); |