diff options
author | Michael Meeks <michael@helixcode.com> | 2000-12-21 01:46:52 +0800 |
---|---|---|
committer | Michael Meeks <michael@src.gnome.org> | 2000-12-21 01:46:52 +0800 |
commit | f055dfa7c861b6ed806a1a694f19574891e053ba (patch) | |
tree | 5ac33109521c7ee2299dbcb94db7ab5e9519cf9e /ui/evolution-executive-summary.xml | |
parent | 3d4b34d2dc7166adf7467a1eb8ce9be5d81b7b13 (diff) | |
download | gsoc2013-evolution-f055dfa7c861b6ed806a1a694f19574891e053ba.tar gsoc2013-evolution-f055dfa7c861b6ed806a1a694f19574891e053ba.tar.gz gsoc2013-evolution-f055dfa7c861b6ed806a1a694f19574891e053ba.tar.bz2 gsoc2013-evolution-f055dfa7c861b6ed806a1a694f19574891e053ba.tar.lz gsoc2013-evolution-f055dfa7c861b6ed806a1a694f19574891e053ba.tar.xz gsoc2013-evolution-f055dfa7c861b6ed806a1a694f19574891e053ba.tar.zst gsoc2013-evolution-f055dfa7c861b6ed806a1a694f19574891e053ba.zip |
stop executive summary making the UI flicker when switching to / from it.
2000-12-14 Michael Meeks <michael@helixcode.com>
* evolution-executive-summary.xml: stop executive summary
making the UI flicker when switching to / from it.
svn path=/trunk/; revision=7103
Diffstat (limited to 'ui/evolution-executive-summary.xml')
-rw-r--r-- | ui/evolution-executive-summary.xml | 4 |
1 files changed, 3 insertions, 1 deletions
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"/> |