diff options
author | Radek Doulik <rodo@ximian.com> | 2001-10-01 23:34:49 +0800 |
---|---|---|
committer | Radek Doulik <rodo@src.gnome.org> | 2001-10-01 23:34:49 +0800 |
commit | edb4e998b4a4002c34c4198232a37c7d9abe6ee8 (patch) | |
tree | 4006cc4b41be34ec4c4c6c30fd79b6770c683023 /ui | |
parent | e3c0c8160522baa0a1d8cc694c54f18783403b52 (diff) | |
download | gsoc2013-evolution-edb4e998b4a4002c34c4198232a37c7d9abe6ee8.tar gsoc2013-evolution-edb4e998b4a4002c34c4198232a37c7d9abe6ee8.tar.gz gsoc2013-evolution-edb4e998b4a4002c34c4198232a37c7d9abe6ee8.tar.bz2 gsoc2013-evolution-edb4e998b4a4002c34c4198232a37c7d9abe6ee8.tar.lz gsoc2013-evolution-edb4e998b4a4002c34c4198232a37c7d9abe6ee8.tar.xz gsoc2013-evolution-edb4e998b4a4002c34c4198232a37c7d9abe6ee8.tar.zst gsoc2013-evolution-edb4e998b4a4002c34c4198232a37c7d9abe6ee8.zip |
removed hidden Debug submenu, it was causing empty little popup menu
2001-10-01 Radek Doulik <rodo@ximian.com>
* evolution-message-composer.xml: removed hidden Debug submenu,
it was causing empty little popup menu appear, which was somewhat
confusing, I hope Michael doesn't need it anymore
* evolution-signature-editor.xml: removed hidden Debug submenu
svn path=/trunk/; revision=13259
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 8 | ||||
-rw-r--r-- | ui/evolution-message-composer.xml | 4 | ||||
-rw-r--r-- | ui/evolution-signature-editor.xml | 7 |
3 files changed, 8 insertions, 11 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 1268366b0a..25bad07b10 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,11 @@ +2001-10-01 Radek Doulik <rodo@ximian.com> + + * evolution-message-composer.xml: removed hidden Debug submenu, + it was causing empty little popup menu appear, which was somewhat + confusing, I hope Michael doesn't need it anymore + + * evolution-signature-editor.xml: removed hidden Debug submenu + 2001-09-28 Iain Holmes <iain@ximian.com> * evolution.xml: Change the name of the Import label. diff --git a/ui/evolution-message-composer.xml b/ui/evolution-message-composer.xml index 823e5fe188..45e3581909 100644 --- a/ui/evolution-message-composer.xml +++ b/ui/evolution-message-composer.xml @@ -138,10 +138,6 @@ <menuitem name="SecuritySMimeEncrypt" verb="" _label="S/MIME Encrypt"/> </submenu> - <submenu name="Debug" _label="_Debug" hidden="1"> - <menuitem name="DebugDumpXml" verb=""/> - </submenu> - </menu> <dockitem name="Toolbar" behavior="exclusive" hlook="text" vlook="icon"> diff --git a/ui/evolution-signature-editor.xml b/ui/evolution-signature-editor.xml index 492d960014..185422f7b5 100644 --- a/ui/evolution-signature-editor.xml +++ b/ui/evolution-signature-editor.xml @@ -56,13 +56,6 @@ <placeholder name="BuiltMenuItems"/> </submenu> - - <submenu name="Debug" _label="_Debug" hidden="1"> - - <menuitem name="DebugDumpXml" verb=""/> - - </submenu> - </menu> <dockitem name="Toolbar" behavior="exclusive" hlook="text" vlook="icon"> |