diff options
author | Johnny Jacob <jjohnny@src.gnome.org> | 2007-08-13 12:57:22 +0800 |
---|---|---|
committer | Johnny Jacob <jjohnny@src.gnome.org> | 2007-08-13 12:57:22 +0800 |
commit | dad6112c25c607f7998483b8aaa263d76e180a0c (patch) | |
tree | b4f380a5293bf3c59a7e7683e5963eccc06286ca | |
parent | 9aa601a22047118b8283f1986b08d5e8210d2ac6 (diff) | |
download | gsoc2013-evolution-dad6112c25c607f7998483b8aaa263d76e180a0c.tar.gz gsoc2013-evolution-dad6112c25c607f7998483b8aaa263d76e180a0c.tar.zst gsoc2013-evolution-dad6112c25c607f7998483b8aaa263d76e180a0c.zip |
Fix for bug #458822 from Anand V M <avmuttagi@gmail.com>
svn path=/trunk/; revision=33991
-rw-r--r-- | plugins/mail-notification/ChangeLog | 6 | ||||
-rw-r--r-- | plugins/mail-notification/org-gnome-mail-notification.eplug.xml | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/plugins/mail-notification/ChangeLog b/plugins/mail-notification/ChangeLog index 029c82dd66..1ea7e377c1 100644 --- a/plugins/mail-notification/ChangeLog +++ b/plugins/mail-notification/ChangeLog @@ -1,3 +1,9 @@ +2007-08-03 Johnny Jacob <jjohnny@novell.com> + + ** Fix for bug #458822 from Anand V M <avmuttagi@gmail.com> + + * org-gnome-mail-notification.eplug.xml: Description string Fix. + 2007-08-03 Anand V M <avmuttagi@gmail.com> ** Fix for bug #458822 diff --git a/plugins/mail-notification/org-gnome-mail-notification.eplug.xml b/plugins/mail-notification/org-gnome-mail-notification.eplug.xml index 5e10635d57..b6bcc6e350 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 has arrived.</_description> + <_description>Notifies the user with an icon in notification area and a notification 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"> |