diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-30 06:32:46 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-30 06:32:46 +0800 |
commit | e0c501b7018f12d37b10e32923f95b7a01c7982c (patch) | |
tree | 0114cbe9529000ec06dbe4ebe927e8c6cafbf0ba /ui | |
parent | 02a9eb68308537fe712e757017ae4bb372863a8c (diff) | |
download | gsoc2013-evolution-e0c501b7018f12d37b10e32923f95b7a01c7982c.tar.gz gsoc2013-evolution-e0c501b7018f12d37b10e32923f95b7a01c7982c.tar.zst gsoc2013-evolution-e0c501b7018f12d37b10e32923f95b7a01c7982c.zip |
Progress update:
- Contacts module partially working!
- Implement UI merging. Also merge EInfoLabel into ESidebar.
The shell window now manages the icon and labels and keeps
them up-to-date via EShellView properties.
svn path=/branches/kill-bonobo/; revision=36214
Diffstat (limited to 'ui')
-rw-r--r-- | ui/evolution-contacts.ui | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/ui/evolution-contacts.ui b/ui/evolution-contacts.ui index 18496acc42..84676a44f5 100644 --- a/ui/evolution-contacts.ui +++ b/ui/evolution-contacts.ui @@ -27,7 +27,7 @@ <menuitem action='contact-preview'/> </menu> <placeholder name='custom-menus'> - <menu action='action-menu'> + <menu action='actions-menu'> <menuitem action='contact-forward'/> <menuitem action='contact-send-message'/> <menuitem action='address-book-stop'/> @@ -42,4 +42,17 @@ </menu> </placeholder> </menubar> + <toolbar name='main-toolbar'> + <toolitem action='contact-print'/> + <toolitem action='contact-delete'/> + <toolitem action='address-book-stop'/> + </toolbar> + <popup name="address-book-popup"> + <menuitem action='address-book-new'/> + <menuitem action='address-book-popup-save-as'/> + <separator/> + <menuitem action='address-book-popup-delete'/> + <separator/> + <menuitem action='address-book-popup-properties'/> + </popup> </ui> |