diff options
author | Björn Torkelsson <torkel@acc.umu.se> | 2005-02-25 23:54:25 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2005-02-25 23:54:25 +0800 |
commit | 7513daf020bd9e3fabdbeca6d3f124c7ff0b9e72 (patch) | |
tree | a544ce0d7b5eebac1a9b2933ff87307cc339b916 /plugins/save-attachments | |
parent | eb66f839dc393431d562d06097707935823f164c (diff) | |
download | gsoc2013-evolution-7513daf020bd9e3fabdbeca6d3f124c7ff0b9e72.tar.gz gsoc2013-evolution-7513daf020bd9e3fabdbeca6d3f124c7ff0b9e72.tar.zst gsoc2013-evolution-7513daf020bd9e3fabdbeca6d3f124c7ff0b9e72.zip |
clean up author/descriptions for various plugins.
2005-02-24 Björn Torkelsson <torkel@acc.umu.se>
* clean up author/descriptions for various plugins.
svn path=/trunk/; revision=28889
Diffstat (limited to 'plugins/save-attachments')
-rw-r--r-- | plugins/save-attachments/ChangeLog | 6 | ||||
-rw-r--r-- | plugins/save-attachments/org-gnome-save-attachments.eplug.in | 7 |
2 files changed, 11 insertions, 2 deletions
diff --git a/plugins/save-attachments/ChangeLog b/plugins/save-attachments/ChangeLog index d1182867a9..9312f4ab9e 100644 --- a/plugins/save-attachments/ChangeLog +++ b/plugins/save-attachments/ChangeLog @@ -1,3 +1,9 @@ +2005-02-24 Björn Torkelsson <torkel@acc.umu.se> + + * org-gnome-save-attachments.eplug.in: Removed plugin from the + name. + Fixed description and added author + 2005-02-07 Not Zed <NotZed@Ximian.com> * save-attachments.c (save_part): fix the access() call test. diff --git a/plugins/save-attachments/org-gnome-save-attachments.eplug.in b/plugins/save-attachments/org-gnome-save-attachments.eplug.in index 0e162665bd..f09441b2c8 100644 --- a/plugins/save-attachments/org-gnome-save-attachments.eplug.in +++ b/plugins/save-attachments/org-gnome-save-attachments.eplug.in @@ -5,8 +5,11 @@ id="org.gnome.plugin.attachments.save" type="shlib" location="@PLUGINDIR@/liborg-gnome-save-attachments.so" - name="Save attachments plugin" - description="A plugin for saving all attachments or parts of a message at once."> + name="Save attachments"> + + <author name="Not Zed" email="NotZed@Ximian.com"/> + <description>A plugin for saving all attachments or parts of a message at once.</description> + <hook class="org.gnome.evolution.mail.bonobomenu:1.0"> <menu id="org.gnome.evolution.mail.browser" target="select"> <!-- the path to the bonobo menu description --> |