diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-08 02:44:05 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-08 02:44:05 +0800 |
commit | f3eae8996f870af93ef04e7461f84120a4f46d8c (patch) | |
tree | e3eafa4e43d5cbad8cb622743f4775d5e57f1ea0 | |
parent | 1f4d1db93534a70ca729e5bd23be0a792502bf12 (diff) | |
download | gsoc2013-evolution-f3eae8996f870af93ef04e7461f84120a4f46d8c.tar.gz gsoc2013-evolution-f3eae8996f870af93ef04e7461f84120a4f46d8c.tar.zst gsoc2013-evolution-f3eae8996f870af93ef04e7461f84120a4f46d8c.zip |
Don't allow the default toolbar to be configurable.
* evolution.xml: Don't allow the default toolbar to be configurable.
svn path=/trunk/; revision=12675
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index fb630190a1..1f9c34983b 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2001-09-06 Ettore Perazzoli <ettore@ximian.com> + + * evolution.xml: Don't allow the default toolbar to be + configurable. + 2001-09-06 Anna Marie Dirks <anna@ximian.com> * evolution-contact-editor.xml: Changed "Save" to "Save and Close" diff --git a/ui/evolution.xml b/ui/evolution.xml index 769d664e97..1e73aa9093 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -163,7 +163,7 @@ </submenu> </menu> - <dockitem name="Toolbar" relief="none" behavior="exclusive" + <dockitem name="Toolbar" relief="none" behavior="exclusive" config="0" _tip="Main toolbar" hlook="text" vlook="icon"/> <popups> |