diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-11-14 11:56:01 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-11-14 11:56:01 +0800 |
commit | 8c0bd86d5fdd6d87c3170e2a01423e7c7018a981 (patch) | |
tree | 22da2df051cb6f1bc988d15aca08ebb0a5baf7e4 /ui/evolution-shell.ui | |
parent | 6760cc72334346b8654fcd9fe1440890db55ac1b (diff) | |
download | gsoc2013-evolution-8c0bd86d5fdd6d87c3170e2a01423e7c7018a981.tar.gz gsoc2013-evolution-8c0bd86d5fdd6d87c3170e2a01423e7c7018a981.tar.zst gsoc2013-evolution-8c0bd86d5fdd6d87c3170e2a01423e7c7018a981.zip |
Rearranged some of the addressbook code to try and eliminate some circular
dependencies in our libraries. The circular dependency between the composer
and the mail module is still causing me headaches. And it doesn't help that
the addressbook and calendar also want to link to the composer.
svn path=/branches/kill-bonobo/; revision=36782
Diffstat (limited to 'ui/evolution-shell.ui')
-rw-r--r-- | ui/evolution-shell.ui | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ui/evolution-shell.ui b/ui/evolution-shell.ui index 9802059a6c..7a89e11adc 100644 --- a/ui/evolution-shell.ui +++ b/ui/evolution-shell.ui @@ -38,17 +38,17 @@ <menu action='window-menu'/> <menu action='layout-menu'> <menuitem action='show-toolbar'/> - <menuitem action='show-statusbar'/> - <menuitem action='show-sidebar'/> + <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'/> - <menuitem action='switcher-style-text'/> - <menuitem action='switcher-style-user'/> - <separator/> - <menuitem action='show-switcher'/> + <menuitem action='switcher-style-icons'/> + <menuitem action='switcher-style-text'/> + <menuitem action='switcher-style-user'/> + <separator/> + <menuitem action='show-switcher'/> </menu> </menu> <placeholder name='custom-menus'/> |