diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-11 03:10:18 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-11 03:10:18 +0800 |
commit | 91a2011ecb5407d93783be76ea8c3e11e8f539e4 (patch) | |
tree | 4e46433500369787f7bb2bfd446a7628c9ecfc83 /plugins | |
parent | e11574da12e22f03459bf7f50ebf424aa1f65503 (diff) | |
download | gsoc2013-evolution-91a2011ecb5407d93783be76ea8c3e11e8f539e4.tar.gz gsoc2013-evolution-91a2011ecb5407d93783be76ea8c3e11e8f539e4.tar.zst gsoc2013-evolution-91a2011ecb5407d93783be76ea8c3e11e8f539e4.zip |
fixes appearance of the empty menu item in mail.
svn path=/trunk/; revision=31126
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/publish-calendar/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/publish-calendar/org-gnome-publish-calendar.eplug.xml | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/plugins/publish-calendar/ChangeLog b/plugins/publish-calendar/ChangeLog index fee3911a5e..ee8b4ea4d5 100644 --- a/plugins/publish-calendar/ChangeLog +++ b/plugins/publish-calendar/ChangeLog @@ -1,3 +1,8 @@ +2006-01-11 Chenthill Palanisamy <pchenthill@novell.com> + + * org-gnome-publish-calendar.eplug.xml: Use the target and hook id + of calendar instead of shell. + 2006-01-04 Tor Lillqvist <tml@novell.com> * Makefile.am: Use EVOLUTION_PLUGINDIR as the macro name for the diff --git a/plugins/publish-calendar/org-gnome-publish-calendar.eplug.xml b/plugins/publish-calendar/org-gnome-publish-calendar.eplug.xml index bdf009fa5b..3dfc2e63b6 100644 --- a/plugins/publish-calendar/org-gnome-publish-calendar.eplug.xml +++ b/plugins/publish-calendar/org-gnome-publish-calendar.eplug.xml @@ -8,8 +8,8 @@ <_description>Allows calendars to be published to the web</_description> <author name="David Trowbridge" email="trowbrds@cs.colorado.edu"/> <!-- calendar main menu --> - <hook class="org.gnome.evolution.shell.bonobomenu:1.0"> - <menu id="org.gnome.evolution.shell" target="shell"> + <hook class="org.gnome.evolution.calendar.bonobomenu:1.0"> + <menu id="org.gnome.evolution.calendar.view" target="select"> <ui file="@PLUGINDIR@/org-gnome-publish-calendar.xml" /> <item type="item" |