diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-10-14 01:57:46 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-10-14 01:57:46 +0800 |
commit | 79aa45cfed7e87150de85869795ef0dd3be06db0 (patch) | |
tree | 422b9e6c3840747ffb243d596d4459514ec3a457 /ui/evolution-shell.ui | |
parent | 1bed00795bf092ad6e9e076eccf7cc2a8c20cb27 (diff) | |
download | gsoc2013-evolution-79aa45cfed7e87150de85869795ef0dd3be06db0.tar.gz gsoc2013-evolution-79aa45cfed7e87150de85869795ef0dd3be06db0.tar.zst gsoc2013-evolution-79aa45cfed7e87150de85869795ef0dd3be06db0.zip |
Progress update:
- Calendar is kind of a mess at the moment. Doesn't compile.
- Roughed in the Mail module, including all the actions.
That _does_ compile. Runs, even.
svn path=/branches/kill-bonobo/; revision=36611
Diffstat (limited to 'ui/evolution-shell.ui')
-rw-r--r-- | ui/evolution-shell.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/evolution-shell.ui b/ui/evolution-shell.ui index 6204055e82..9802059a6c 100644 --- a/ui/evolution-shell.ui +++ b/ui/evolution-shell.ui @@ -12,6 +12,7 @@ <menuitem action='page-setup'/> <placeholder name='print-actions'/> <separator/> + <placeholder name='long-running-actions'/> <menuitem action='forget-passwords'/> <menuitem action='work-online'/> <menuitem action='work-offline'/> @@ -22,6 +23,7 @@ <placeholder name='edit-actions'/> <separator/> <menuitem action='sync-options'/> + <placeholder name='administrative-actions'/> <menuitem action='preferences'/> </menu> <menu action='view-menu'> @@ -39,6 +41,7 @@ <menuitem action='show-statusbar'/> <menuitem action='show-sidebar'/> </menu> + <placeholder name='view-custom-menus'/> <menu action='switcher-menu'> <menuitem action='switcher-style-both'/> <menuitem action='switcher-style-icons'/> |