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/By_Company.galview | |
parent | db3e8ba8175199d0aa5a680a907e170b5aa02111 (diff) | |
download | gsoc2013-evolution-2a548d8fdc43d4e8a736158345fd6c9aa5d52f4b.tar gsoc2013-evolution-2a548d8fdc43d4e8a736158345fd6c9aa5d52f4b.tar.gz gsoc2013-evolution-2a548d8fdc43d4e8a736158345fd6c9aa5d52f4b.tar.bz2 gsoc2013-evolution-2a548d8fdc43d4e8a736158345fd6c9aa5d52f4b.tar.lz gsoc2013-evolution-2a548d8fdc43d4e8a736158345fd6c9aa5d52f4b.tar.xz 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/By_Company.galview')
-rw-r--r-- | views/addressbook/By_Company.galview | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/views/addressbook/By_Company.galview b/views/addressbook/By_Company.galview new file mode 100644 index 0000000000..a16b8fac95 --- /dev/null +++ b/views/addressbook/By_Company.galview @@ -0,0 +1,16 @@ +<?xml version="1.0"?> +<ETableState state-version="0.100000"> + <column source="1"/> + <column source="31"/> + <column source="9"/> + <column source="0"/> + <column source="29"/> + <column source="5"/> + <column source="14"/> + <column source="8"/> + <column source="12"/> + <grouping> + <group column="10" ascending="true"/> + <leaf column="0" ascending="true"/> + </grouping> +</ETableState> |