diff options
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-executive-summary.xml | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 1912154f7d..820f40fab0 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2000-12-14 Michael Meeks <michael@helixcode.com> + + * evolution-executive-summary.xml: stop executive summary + making the UI flicker when switching to / from it. + 2000-12-19 JP Rosevear <jpr@helixcode.com> * evolution-calendar.xml: Fix bug #635 diff --git a/ui/evolution-executive-summary.xml b/ui/evolution-executive-summary.xml index 662f8bd7c6..b2e3eaf9f4 100644 --- a/ui/evolution-executive-summary.xml +++ b/ui/evolution-executive-summary.xml @@ -10,12 +10,14 @@ </menu> - <dockitem name="Toolbar" relief="none" behavior="exclusive"> + <dockitem name="Toolbar"> <toolitem name="AddService" verb="AddService" _label="Add Service" _tip="Add a new service to the Executive Summary" pixtype="pixbuf"/> + <separator/> + <toolitem name="NewMail" verb="NewMail" _label="New Mail" _tip="Create a new email" pixtype="pixbuf"/> |