diff options
author | Shakti Sen <shprasad@novell.com> | 2005-07-25 20:11:25 +0800 |
---|---|---|
committer | Shakti Prasad Sen <shaktis@src.gnome.org> | 2005-07-25 20:11:25 +0800 |
commit | 8e2a100a103e157ac966533b9fa09567e880e57b (patch) | |
tree | e2d4e3a2fcb38f5ec95e5edc2f99e77ce4d5d178 /plugins | |
parent | 21929593dd1f815bb81b09413fbf9f44fbc146e5 (diff) | |
download | gsoc2013-evolution-8e2a100a103e157ac966533b9fa09567e880e57b.tar.gz gsoc2013-evolution-8e2a100a103e157ac966533b9fa09567e880e57b.tar.zst gsoc2013-evolution-8e2a100a103e157ac966533b9fa09567e880e57b.zip |
Fixed a small typo. The file name is
2005-07-25 Shakti Sen <shprasad@novell.com>
* org-gnome-exchange-operations.eplug.in: Fixed a small typo.
The file name is org-gnome-exchange-tasks-subscription.xml, not
org-gnome-exchange-task-subscription.xml.
svn path=/trunk/; revision=29887
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/exchange-operations/ChangeLog | 6 | ||||
-rw-r--r-- | plugins/exchange-operations/org-gnome-exchange-operations.eplug.in | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index 12dd8dfd14..a35b2703d0 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,9 @@ +2005-07-25 Shakti Sen <shprasad@novell.com> + + * org-gnome-exchange-operations.eplug.in: Fixed a small typo. + The file name is org-gnome-exchange-tasks-subscription.xml, not + org-gnome-exchange-task-subscription.xml. + 2005-07-25 Sarfraaz Ahmed <asarfraaz@novell.com> * exchange-calendar.c (e_exchange_calendar_pcalendar) : Add the size diff --git a/plugins/exchange-operations/org-gnome-exchange-operations.eplug.in b/plugins/exchange-operations/org-gnome-exchange-operations.eplug.in index f7962c4bb8..7c350dcbc4 100644 --- a/plugins/exchange-operations/org-gnome-exchange-operations.eplug.in +++ b/plugins/exchange-operations/org-gnome-exchange-operations.eplug.in @@ -158,7 +158,7 @@ </hook> <hook class="org.gnome.evolution.calendar.bonobomenu:1.0"> <menu id="org.gnome.evolution.tasks.view" target="select"> - <ui file="@PLUGINDIR@/org-gnome-exchange-task-subscription.xml"/> + <ui file="@PLUGINDIR@/org-gnome-exchange-tasks-subscription.xml"/> <item type="item" verb="FolderSubscription" |