diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/new-mail-notify/ChangeLog | 7 | ||||
-rw-r--r-- | plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.xml | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/plugins/new-mail-notify/ChangeLog b/plugins/new-mail-notify/ChangeLog index cca3ae6b95..b58264d28c 100644 --- a/plugins/new-mail-notify/ChangeLog +++ b/plugins/new-mail-notify/ChangeLog @@ -1,3 +1,10 @@ +2007-11-11 Gilles Dartiguelongue <gdartigu@svn.gnome.org> + + ** Fix bug #487318 + + * org-gnome-new-mail-notify.eplug.xml: + Fix typo in D-Bus + 2007-09-27 Matthew Barnes <mbarnes@redhat.com> * org-gnome-new-mail-notify.eplug.xml: diff --git a/plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.xml b/plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.xml index bd9521e60c..aabf503366 100644 --- a/plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.xml +++ b/plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.xml @@ -5,7 +5,7 @@ _name="New Mail Notification" location="@PLUGINDIR@/liborg-gnome-new-mail-notify@SOEXT@"> - <_description>Generates a D-BUS message when new mail messages arrive.</_description> + <_description>Generates a D-Bus message when new mail messages arrive.</_description> <author name="Miguel Angel López Hernández" email="miguel@gulev.org.mx"/> <hook class="org.gnome.evolution.mail.events:1.0"> |