aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/exchange-operations/ChangeLog6
-rw-r--r--plugins/exchange-operations/org-gnome-exchange-operations.eplug.in25
2 files changed, 20 insertions, 11 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog
index 59013f0c93..b5acaf1896 100644
--- a/plugins/exchange-operations/ChangeLog
+++ b/plugins/exchange-operations/ChangeLog
@@ -1,3 +1,9 @@
+2005-07-13 Praveen Kumar <kpraveen@novell.com>
+
+ * org-gnome-exchange-operations.eplug.in : Modified the eplug file to
+ add the "commit" code for folder hierarchy plugins for calendar and
+ contacts
+
2005-07-11 Sarfraaz Ahmed <asarfraaz@novell.com>
* exchange-operations.c (exchange_operations_report_error) : Check that
diff --git a/plugins/exchange-operations/org-gnome-exchange-operations.eplug.in b/plugins/exchange-operations/org-gnome-exchange-operations.eplug.in
index 569609d06e..ed2feef62f 100644
--- a/plugins/exchange-operations/org-gnome-exchange-operations.eplug.in
+++ b/plugins/exchange-operations/org-gnome-exchange-operations.eplug.in
@@ -49,28 +49,31 @@
</hook>
<hook class="org.gnome.evolution.calendar.config:1.0">
- <group
+ <group
target="source"
id="org.gnome.evolution.calendar.calendarProperties"
- check="e_exchange_calendar_check">
+ check="e_exchange_calendar_check"
+ commit="e_exchange_calendar_commit">
<item
type="item_table"
path="00.general/00.source/40.pcalendar"
factory="e_exchange_calendar_pcalendar"/>
- </group>
- </hook>
+ </group>
+ </hook>
<hook class="org.gnome.evolution.addressbook.config:1.0">
- <group
+ <group
target="source"
- id="org.gnome.evolution.addressbook.addressbookProperties"
- check="e_exchange_contacts_check">
- <item
+ id="com.novell.evolution.addressbook.config.accountEditor"
+ check="e_exchange_contacts_check"
+ commit="e_exchange_contacts_commit">
+ <item
type="item"
- path="00.general/10.display/60.pcontacts"
+ path="00.general/10.display/40.pcontacts"
factory="e_exchange_contacts_pcontacts"/>
- </group>
- </hook>
+ </group>
+ </hook>
+
<hook class="org.gnome.evolution.mail.popup:1.0">
<menu id="org.gnome.evolution.mail.foldertree.popup" target="folder" factory = "org_gnome_exchange_folder_permissions">
</menu>