diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/subject-thread/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/subject-thread/org-gnome-subject-thread.eplug.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/plugins/subject-thread/ChangeLog b/plugins/subject-thread/ChangeLog index bfb1facdff..312559fc23 100644 --- a/plugins/subject-thread/ChangeLog +++ b/plugins/subject-thread/ChangeLog @@ -1,3 +1,7 @@ +2005-02-07 JP Rosevear <jpr@novell.com> + + * org-gnome-subject-thread.eplug.in: specify id + 2004-11-01 JP Rosevear <jpr@novell.com> * Makefile.am: dist .eplug.in file diff --git a/plugins/subject-thread/org-gnome-subject-thread.eplug.in b/plugins/subject-thread/org-gnome-subject-thread.eplug.in index ac1df66951..984d154a0f 100644 --- a/plugins/subject-thread/org-gnome-subject-thread.eplug.in +++ b/plugins/subject-thread/org-gnome-subject-thread.eplug.in @@ -3,7 +3,7 @@ location="@PLUGINDIR@/liborg-gnome-subject-thread.so"> <hook class="org.gnome.evolution.mail.config:1.0"> - <group target="prefs"> + <group id="org.gnome.evolution.mail.prefs" target="prefs"> <item type="item" path="00.general/10.display/80.subject_thread" label="Thread messages by subject" factory="org_gnome_subject_thread_factory"/> </group> </hook> |