diff options
author | Sankar P <psankar@novell.com> | 2007-04-02 14:20:47 +0800 |
---|---|---|
committer | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2007-04-02 14:20:47 +0800 |
commit | 88a90e2baeaf08256e255aec3512939667616d94 (patch) | |
tree | 1e8f366690aacacbfa50de31be2faa7439f900e0 /plugins | |
parent | b5365bc587c99c0eb18293c4e70029782a185d56 (diff) | |
download | gsoc2013-evolution-88a90e2baeaf08256e255aec3512939667616d94.tar.gz gsoc2013-evolution-88a90e2baeaf08256e255aec3512939667616d94.tar.zst gsoc2013-evolution-88a90e2baeaf08256e255aec3512939667616d94.zip |
Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>
2007-04-02 Sankar P <psankar@novell.com>
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>
* org-gnome-mark-all-read.eplug.xml:
Cleanup.
Fixes part of #301149
svn path=/trunk/; revision=33350
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mark-all-read/ChangeLog | 8 | ||||
-rw-r--r-- | plugins/mark-all-read/org-gnome-mark-all-read.eplug.xml | 29 |
2 files changed, 24 insertions, 13 deletions
diff --git a/plugins/mark-all-read/ChangeLog b/plugins/mark-all-read/ChangeLog index ec90d2604e..b9fa48bbde 100644 --- a/plugins/mark-all-read/ChangeLog +++ b/plugins/mark-all-read/ChangeLog @@ -1,3 +1,11 @@ +2007-04-02 Sankar P <psankar@novell.com> + + * Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr> + + * org-gnome-mark-all-read.eplug.xml: + Cleanup. + Fixes part of #301149 + 2007-03-20 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #419524 diff --git a/plugins/mark-all-read/org-gnome-mark-all-read.eplug.xml b/plugins/mark-all-read/org-gnome-mark-all-read.eplug.xml index 8b6f50a45b..11dc55bf33 100644 --- a/plugins/mark-all-read/org-gnome-mark-all-read.eplug.xml +++ b/plugins/mark-all-read/org-gnome-mark-all-read.eplug.xml @@ -1,15 +1,18 @@ <?xml version="1.0"?> <e-plugin-list> - <e-plugin id="org.gnome.mail.folder.mark_all_read" - type="shlib" domain="evolution" _name="Mark All Read" - location="@PLUGINDIR@/liborg-gnome-mark-all-read@SOEXT@"> - <_description>Used for marking all the messages under a folder as read</_description> - <author name="Chenthill Palanisamy" email="pchenthill@novell.com"/> - <hook class="org.gnome.evolution.mail.popup:1.0"> - <menu id="org.gnome.evolution.mail.foldertree.popup" target="folder"> - <item type="item" path="10.emc.01" _label="Mark Me_ssages as Read" - activate="org_gnome_mark_all_read" enable="folder" visible="folder"/> - </menu> - </hook> - </e-plugin> - </e-plugin-list> + <e-plugin + id="org.gnome.evolution.mail.folder.mark_all_read" + type="shlib" + domain="@GETTEXT_PACKAGE@" + _name="Mark All Read" + location="@PLUGINDIR@/liborg-gnome-mark-all-read@SOEXT@"> + <author name="Chenthill Palanisamy" email="pchenthill@novell.com"/> + <_description>Used for marking all the messages under a folder as read</_description> + + <hook class="org.gnome.evolution.mail.popup:1.0"> + <menu id="org.gnome.evolution.mail.foldertree.popup" target="folder"> + <item type="item" path="10.emc.01" icon="stock_mail-open-multiple" _label="Mark Me_ssages as Read" activate="org_gnome_mark_all_read" enable="folder" visible="folder"/> + </menu> + </hook> + </e-plugin> +</e-plugin-list> |