diff options
author | Sankar P <psankar@novell.com> | 2005-07-27 20:30:26 +0800 |
---|---|---|
committer | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2005-07-27 20:30:26 +0800 |
commit | f0cb7c6a711c9c43ae2fc593b87ef76e9d309bde (patch) | |
tree | cbd0540471a072eec401e19c8ca40ac69e961a05 /plugins | |
parent | cd2b203803881f7c8ba2428466a86ad63f4f8f31 (diff) | |
download | gsoc2013-evolution-f0cb7c6a711c9c43ae2fc593b87ef76e9d309bde.tar.gz gsoc2013-evolution-f0cb7c6a711c9c43ae2fc593b87ef76e9d309bde.tar.zst gsoc2013-evolution-f0cb7c6a711c9c43ae2fc593b87ef76e9d309bde.zip |
Added the hook for the proxy-login feature, since it was removed by
2005-07-27 Sankar P <psankar@novell.com>
* org-gnome-groupwise-features.eplug.xml: Added the hook for
the proxy-login feature, since it was removed by mistake.
svn path=/trunk/; revision=29903
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/groupwise-features/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml | 8 |
2 files changed, 13 insertions, 0 deletions
diff --git a/plugins/groupwise-features/ChangeLog b/plugins/groupwise-features/ChangeLog index e9e85b1dc9..3e28878ed5 100644 --- a/plugins/groupwise-features/ChangeLog +++ b/plugins/groupwise-features/ChangeLog @@ -1,3 +1,8 @@ +2005-07-27 Sankar P <psankar@novell.com> + + * org-gnome-groupwise-features.eplug.xml: Added the hook for + the proxy-login feature, since it was removed by mistake. + 2005-07-23 Chenthill Palanisamy <pchenthill@novell.com> * Makefile.am: Added the new file process-meeting.c diff --git a/plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml b/plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml index 882ca8b146..eb9f31b569 100644 --- a/plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml +++ b/plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml @@ -89,6 +89,14 @@ <item type="page" path="60.proxy" factory="org_gnome_proxy"/> </group> </hook> + + <hook class="org.gnome.evolution.mail.popup:1.0"> + <menu id="org.gnome.evolution.mail.foldertree.popup" target="folder" + factory = "org_gnome_create_proxy_login_option"> + </menu> + </hook> + + <hook class="org.gnome.evolution.calendar.popup:1.0"> <menu id="org.gnome.evolution.calendar.view.popup" target="select" factory = "org_gnome_accept"> </menu> |