diff options
author | Michael Meeks <michael@helixcode.com> | 2000-10-05 07:20:27 +0800 |
---|---|---|
committer | Michael Meeks <mmeeks@src.gnome.org> | 2000-10-05 07:20:27 +0800 |
commit | 58d412fb2654fbd9377163423fb371de1843ccc6 (patch) | |
tree | 6f0ec30b8884af0da9d17599d8c83c9b90224a91 /ui | |
parent | 3357d342d3ced4c662d2aac0d590f1fd73520f1f (diff) | |
download | gsoc2013-evolution-58d412fb2654fbd9377163423fb371de1843ccc6.tar gsoc2013-evolution-58d412fb2654fbd9377163423fb371de1843ccc6.tar.gz gsoc2013-evolution-58d412fb2654fbd9377163423fb371de1843ccc6.tar.bz2 gsoc2013-evolution-58d412fb2654fbd9377163423fb371de1843ccc6.tar.lz gsoc2013-evolution-58d412fb2654fbd9377163423fb371de1843ccc6.tar.xz gsoc2013-evolution-58d412fb2654fbd9377163423fb371de1843ccc6.tar.zst gsoc2013-evolution-58d412fb2654fbd9377163423fb371de1843ccc6.zip |
fix from Darin toolbar -> dockitem.
2000-10-05 Michael Meeks <michael@helixcode.com>
* evolution.xml: fix from Darin toolbar -> dockitem.
svn path=/trunk/; revision=5727
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 4 | ||||
-rw-r--r-- | ui/evolution.xml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index d29e9a2c81..861b3f8ae3 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,7 @@ +2000-10-05 Michael Meeks <michael@helixcode.com> + + * evolution.xml: fix from Darin toolbar -> dockitem. + 2000-10-04 Jeffrey Stedfast <fejj@helixcode.com> * evolution-mail.xml: Add Invert Selection diff --git a/ui/evolution.xml b/ui/evolution.xml index fe8fe8e86b..be7455be67 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -105,7 +105,7 @@ </submenu> </menu> - <toolbar name="Toolbar" relief="none"/> + <dockitem name="Toolbar" relief="none"/> <status> <item name="main"/> |