diff options
author | Milan Crha <mcrha@redhat.com> | 2008-07-09 15:58:55 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-07-09 15:58:55 +0800 |
commit | e06c2e80e778e0077cf8bf1e71d7bcca06cdbff8 (patch) | |
tree | 79b2ce1d4855a6abbae310f8f0d5c844167c39c4 /composer/evolution-composer.ui | |
parent | 7103db294cb63cc4af283e11f19166fbcf169894 (diff) | |
download | gsoc2013-evolution-e06c2e80e778e0077cf8bf1e71d7bcca06cdbff8.tar.gz gsoc2013-evolution-e06c2e80e778e0077cf8bf1e71d7bcca06cdbff8.tar.zst gsoc2013-evolution-e06c2e80e778e0077cf8bf1e71d7bcca06cdbff8.zip |
** Fix for bug #206592
2008-07-09 Milan Crha <mcrha@redhat.com>
** Fix for bug #206592
* evolution-composer.ui:
* e-composer-actions.h:
* e-composer-actions.c: (action_new_message_cb), (entries):
Action to invoke New Message window from the composer itself.
svn path=/trunk/; revision=35733
Diffstat (limited to 'composer/evolution-composer.ui')
-rw-r--r-- | composer/evolution-composer.ui | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/composer/evolution-composer.ui b/composer/evolution-composer.ui index feb9cdfa9b..7413770af9 100644 --- a/composer/evolution-composer.ui +++ b/composer/evolution-composer.ui @@ -4,6 +4,8 @@ <menu action='file-menu'> <menuitem action='send'/> <separator/> + <menuitem action='new-message'/> + <separator/> <menuitem action='save'/> <menuitem action='save-as'/> <menuitem action='save-draft'/> |