From 435e8893664733275ef5426c166b21f831433614 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Wed, 20 Oct 2004 18:55:29 +0000 Subject: update factory name 2004-10-20 JP Rosevear * subject-thread/org-gnome-subject-thread.eplug.in: update factory name * subject-thread/subject-thread.c: ditto svn path=/trunk/; revision=27659 --- plugins/subject-thread/org-gnome-subject-thread.eplug.in | 2 +- plugins/subject-thread/subject-thread.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/subject-thread') diff --git a/plugins/subject-thread/org-gnome-subject-thread.eplug.in b/plugins/subject-thread/org-gnome-subject-thread.eplug.in index f4416cc862..ac1df66951 100644 --- a/plugins/subject-thread/org-gnome-subject-thread.eplug.in +++ b/plugins/subject-thread/org-gnome-subject-thread.eplug.in @@ -4,7 +4,7 @@ - + diff --git a/plugins/subject-thread/subject-thread.c b/plugins/subject-thread/subject-thread.c index e464c01f4c..870ba02f5b 100644 --- a/plugins/subject-thread/subject-thread.c +++ b/plugins/subject-thread/subject-thread.c @@ -33,7 +33,7 @@ #define GCONF_KEY "/apps/evolution/mail/display/thread_subject" -GtkWidget *subject_thread_factory (EPlugin *ep, EConfigHookItemFactoryData *hook_data); +GtkWidget *org_gnome_subject_thread_factory (EPlugin *ep, EConfigHookItemFactoryData *hook_data); static void toggled_cb (GtkWidget *widget, EConfig *config) @@ -45,7 +45,7 @@ toggled_cb (GtkWidget *widget, EConfig *config) } GtkWidget * -subject_thread_factory (EPlugin *ep, EConfigHookItemFactoryData *hook_data) +org_gnome_subject_thread_factory (EPlugin *ep, EConfigHookItemFactoryData *hook_data) { GtkWidget *check; EMConfigTargetPrefs *target = (EMConfigTargetPrefs *) hook_data->config->target; -- cgit v1.2.3