diff options
author | Johnny Jacob <jjohnny@src.gnome.org> | 2007-08-05 21:25:33 +0800 |
---|---|---|
committer | Johnny Jacob <jjohnny@src.gnome.org> | 2007-08-05 21:25:33 +0800 |
commit | 610f7f7191a0060735483954224bb298a22208bd (patch) | |
tree | 92dfa59d0db12452d06c1144667a8f97e6e1f84b /plugins/mail-notification | |
parent | 5ea595f599edf8c05b283844e435a5b3c0f84318 (diff) | |
download | gsoc2013-evolution-610f7f7191a0060735483954224bb298a22208bd.tar.gz gsoc2013-evolution-610f7f7191a0060735483954224bb298a22208bd.tar.zst gsoc2013-evolution-610f7f7191a0060735483954224bb298a22208bd.zip |
Fix for bug #455799 from Anand V M <avmuttagi@gmail.com>
svn path=/trunk/; revision=33948
Diffstat (limited to 'plugins/mail-notification')
-rw-r--r-- | plugins/mail-notification/ChangeLog | 9 | ||||
-rw-r--r-- | plugins/mail-notification/org-gnome-mail-notification.eplug.xml | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/plugins/mail-notification/ChangeLog b/plugins/mail-notification/ChangeLog index e930ec7372..029c82dd66 100644 --- a/plugins/mail-notification/ChangeLog +++ b/plugins/mail-notification/ChangeLog @@ -1,3 +1,12 @@ +2007-08-03 Anand V M <avmuttagi@gmail.com> + + ** Fix for bug #458822 + + * org-gnome-mail-notification.eplug.xml:Replacement of wrong + string in mail-notification plugin with the correct string. + + (Committed by Johnny <jjohnny@novell.com>) + 2007-07-20 Claude Paroz <claude@2xlibre.net> * mail-notification.c: (org_gnome_mail_new_notify): Fixed syntax of diff --git a/plugins/mail-notification/org-gnome-mail-notification.eplug.xml b/plugins/mail-notification/org-gnome-mail-notification.eplug.xml index 56b9cc7c2b..5e10635d57 100644 --- a/plugins/mail-notification/org-gnome-mail-notification.eplug.xml +++ b/plugins/mail-notification/org-gnome-mail-notification.eplug.xml @@ -5,7 +5,7 @@ _name="Mail Notification" location="@PLUGINDIR@/liborg-gnome-mail-notification@SOEXT@"> - <_description>Notifies the user with tray icon and a notify message whenever a new message is arrived.</_description> + <_description>Notifies the user with tray icon and a notify message whenever a new message has arrived.</_description> <author name="Srinivasa Ragavan" email="sragavan@novell.com"/> <hook class="org.gnome.evolution.mail.events:1.0"> |