diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-08-24 16:58:04 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-08-24 16:58:04 +0800 |
commit | 8438fd99b79b4ee42af8318e03f42811a9ace412 (patch) | |
tree | 4235fc8417fcb568d6c1752c93156deb67071739 | |
parent | a571f02192d32d32319efb32a4ccb40c56dcb4a8 (diff) | |
download | gsoc2013-evolution-8438fd99b79b4ee42af8318e03f42811a9ace412.tar.gz gsoc2013-evolution-8438fd99b79b4ee42af8318e03f42811a9ace412.tar.zst gsoc2013-evolution-8438fd99b79b4ee42af8318e03f42811a9ace412.zip |
Fix for empty menu in the UI.
svn path=/trunk/; revision=34089
-rw-r--r-- | plugins/exchange-operations/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/exchange-operations/org-gnome-exchange-cal-subscription.xml | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index 7e16f9a27e..ba98b49a20 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,8 @@ +2007-08-24 Srinivasa Ragavan <sragavan@novell.com> + + * org-gnome-exchange-cal-subscription.xml: Fix for empty menu in the + UI. + 2007-08-20 Matthew Barnes <mbarnes@redhat.com> * Makefile.am: Fix a distcheck error. diff --git a/plugins/exchange-operations/org-gnome-exchange-cal-subscription.xml b/plugins/exchange-operations/org-gnome-exchange-cal-subscription.xml index 4b4c5e54fe..3b11479055 100644 --- a/plugins/exchange-operations/org-gnome-exchange-cal-subscription.xml +++ b/plugins/exchange-operations/org-gnome-exchange-cal-subscription.xml @@ -10,9 +10,6 @@ <menuitem name="FolderSubscription" verb=""/> </placeholder> </submenu> - <submenu name="Tools"> - <placeholder name="ComponentPlaceholder"/> - </submenu> </menu> </Root> |