aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations/org-gnome-exchange-operations.eplug.in
diff options
context:
space:
mode:
authorShakti Sen <shprasad@novell.com>2005-07-25 15:37:03 +0800
committerShakti Prasad Sen <shaktis@src.gnome.org>2005-07-25 15:37:03 +0800
commitdca96e14ddba2d5e1327dd2931389b930c0b6cc3 (patch)
tree7867d9f40b69006d8f9ead969b7c1fd34da4f5c0 /plugins/exchange-operations/org-gnome-exchange-operations.eplug.in
parentb41ef3d9bfaed52dfcf6094634545a162c76eceb (diff)
downloadgsoc2013-evolution-dca96e14ddba2d5e1327dd2931389b930c0b6cc3.tar
gsoc2013-evolution-dca96e14ddba2d5e1327dd2931389b930c0b6cc3.tar.gz
gsoc2013-evolution-dca96e14ddba2d5e1327dd2931389b930c0b6cc3.tar.bz2
gsoc2013-evolution-dca96e14ddba2d5e1327dd2931389b930c0b6cc3.tar.lz
gsoc2013-evolution-dca96e14ddba2d5e1327dd2931389b930c0b6cc3.tar.xz
gsoc2013-evolution-dca96e14ddba2d5e1327dd2931389b930c0b6cc3.tar.zst
gsoc2013-evolution-dca96e14ddba2d5e1327dd2931389b930c0b6cc3.zip
Added EVOLUTION_CALENDAR_CFLAGS and widgets in 'INCLUDES'. Added the hooks
2005-07-25 Shakti Sen <shprasad@novell.com> * Makefile.am: Added EVOLUTION_CALENDAR_CFLAGS and widgets in 'INCLUDES'. * org-gnome-exchange-operations.eplug.in: Added the hooks for Calendar, Tasks and Contacts. * exchange-folder-permission.c: Added new functions to support 'File->Permissions' for all the components. * org-gnome-folder-permissions.xml: Changed the placeholder from 'Folder' to 'File' menu for 'Permissions' menu-item. Fixes bug #231968 (Partly). svn path=/trunk/; revision=29880
Diffstat (limited to 'plugins/exchange-operations/org-gnome-exchange-operations.eplug.in')
-rw-r--r--plugins/exchange-operations/org-gnome-exchange-operations.eplug.in33
1 files changed, 33 insertions, 0 deletions
diff --git a/plugins/exchange-operations/org-gnome-exchange-operations.eplug.in b/plugins/exchange-operations/org-gnome-exchange-operations.eplug.in
index 79bdc254bd..f7962c4bb8 100644
--- a/plugins/exchange-operations/org-gnome-exchange-operations.eplug.in
+++ b/plugins/exchange-operations/org-gnome-exchange-operations.eplug.in
@@ -101,6 +101,39 @@
activate="org_gnome_exchange_menu_folder_permissions"/>
</menu>
</hook>
+ <hook class="org.gnome.evolution.calendar.bonobomenu:1.0">
+ <menu id="org.gnome.evolution.calendar.view" target="select">
+ <ui file="@PLUGINDIR@/org-gnome-folder-permissions.xml"/>
+ <item
+ type="item"
+ verb="CheckFolderPermission"
+ path="/commands/CheckFolderPermission"
+ enable="all"
+ activate="org_gnome_exchange_menu_cal_permissions"/>
+ </menu>
+ </hook>
+ <hook class="org.gnome.evolution.calendar.bonobomenu:1.0">
+ <menu id="org.gnome.evolution.tasks.view" target="select">
+ <ui file="@PLUGINDIR@/org-gnome-folder-permissions.xml"/>
+ <item
+ type="item"
+ verb="CheckFolderPermission"
+ path="/commands/CheckFolderPermission"
+ enable="all"
+ activate="org_gnome_exchange_menu_tasks_permissions"/>
+ </menu>
+ </hook>
+ <hook class="org.gnome.evolution.addressbook.bonobomenu:1.0">
+ <menu id="org.gnome.evolution.addressbook.view" target="select">
+ <ui file="@PLUGINDIR@/org-gnome-folder-permissions.xml"/>
+ <item
+ type="item"
+ verb="CheckFolderPermission"
+ path="/commands/CheckFolderPermission"
+ enable="all"
+ activate="org_gnome_exchange_menu_ab_permissions"/>
+ </menu>
+ </hook>
<hook class="org.gnome.evolution.mail.bonobomenu:1.0">
<menu id="org.gnome.evolution.mail.browser" target="select">
<ui file="@PLUGINDIR@/org-gnome-folder-subscription.xml"/>