diff options
-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" |