Re: [evolution-patches] patch for 'Subscribe/Unsubscribe Folder' operation in exchange component
- From: shakti <shprasad novell com>
- To: Not Zed <notzed ximian com>
- Cc: evolution-patches lists ximian com
- Subject: Re: [evolution-patches] patch for 'Subscribe/Unsubscribe Folder' operation in exchange component
- Date: Mon, 11 Jul 2005 15:43:39 +0530
Not Zed wrote:
I have one suggestion, most of these callbacks are in the 'org_gnome'
namespace - i think that is a bit to generic. They should really be in
org_gnome_exchange at least.
e.g. org_gnome_check_subscribed is kind of generic, but it isn't really
a generic function.
I changed all those function names to org_gnome_exchange_* and committed
the patch.
Thanks,
Shakti
On Thu, 2005-07-07 at 11:48 +0530, shakti wrote:
+ <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"/>
+ <item
+ type="item"
+ verb="FolderSubscription"
+ path="/commands/FolderSubscription"
+ enable="all"
+ activate="org_gnome_folder_subscription"/>
+ </menu>
+ </hook>
+ <hook class="org.gnome.evolution.calendar.popup:1.0">
+ <menu id="org.gnome.evolution.calendar.source.popup"
target="source" factory="org_gnome_check_subscribed">
+ </menu>
+ </hook>
+ <hook class="org.gnome.evolution.calendar.popup:1.0">
+ <menu id="org.gnome.evolution.tasks.source.popup"
target="source" factory="org_gnome_check_subscribed">
+ </menu>
+ </hook>
+ <hook class="org.gnome.evolution.addressbook.popup:1.0">
+ <menu
id="org.gnome.evolution.addressbook.source.popup" target="source"
factory="org_gnome_check_address_book_subscribed">
+ </menu>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]