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-popup.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'e-util/e-popup.c') 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