diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-03-04 18:24:00 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-03-04 18:24:00 +0800 |
commit | 2a548d8fdc43d4e8a736158345fd6c9aa5d52f4b (patch) | |
tree | d111bb37a86e3e9a9c6b905c5c1c2766a675657f /views/addressbook/galview.xml | |
parent | db3e8ba8175199d0aa5a680a907e170b5aa02111 (diff) | |
download | gsoc2013-evolution-2a548d8fdc43d4e8a736158345fd6c9aa5d52f4b.tar.gz gsoc2013-evolution-2a548d8fdc43d4e8a736158345fd6c9aa5d52f4b.tar.zst gsoc2013-evolution-2a548d8fdc43d4e8a736158345fd6c9aa5d52f4b.zip |
New view.
2001-03-04 Christopher James Lahey <clahey@ximian.com>
* addressbook/By_Company.galview: New view.
* addressbook/Makefile.am: Added By_Company.galview.
* addressbook/Phone_List.galview: Updated this a bit.
* addressbook/galview.xml: Added By Company and Address Cards (No
Address_Cards.galview is required for now.)
svn path=/trunk/; revision=8540
Diffstat (limited to 'views/addressbook/galview.xml')
-rw-r--r-- | views/addressbook/galview.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/addressbook/galview.xml b/views/addressbook/galview.xml index b7be72282e..373f78253e 100644 --- a/views/addressbook/galview.xml +++ b/views/addressbook/galview.xml @@ -1,4 +1,6 @@ <?xml version="1.0"?> <GalViewCollection> + <GalView id="Address_Cards" title="Adress Cards" filename="Address_Cards.galview" type="minicard"/> <GalView id="Phone_List" title="Phone List" filename="Phone_List.galview" type="etable"/> + <GalView id="By_Company" title="By Company" filename="By_Company.galview" type="etable"/> </GalViewCollection> |