diff options
author | nobody <nobody@localhost> | 2003-05-03 19:02:31 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2003-05-03 19:02:31 +0800 |
commit | d34577c91655ef19466b05f9270e2bc5c4ab83fa (patch) | |
tree | 1445967f5c0ef4c749bc1b4030295ea1a12e3c00 /views/addressbook | |
parent | 19f2626e65d1700ff9c631a70ecb917f98dfcb38 (diff) | |
download | gsoc2013-evolution-d34577c91655ef19466b05f9270e2bc5c4ab83fa.tar gsoc2013-evolution-d34577c91655ef19466b05f9270e2bc5c4ab83fa.tar.gz gsoc2013-evolution-d34577c91655ef19466b05f9270e2bc5c4ab83fa.tar.bz2 gsoc2013-evolution-d34577c91655ef19466b05f9270e2bc5c4ab83fa.tar.lz gsoc2013-evolution-d34577c91655ef19466b05f9270e2bc5c4ab83fa.tar.xz gsoc2013-evolution-d34577c91655ef19466b05f9270e2bc5c4ab83fa.tar.zst gsoc2013-evolution-d34577c91655ef19466b05f9270e2bc5c4ab83fa.zip |
This commit was manufactured by cvs2svn to create tag 'R3_1'.R3_1
svn path=/tags/R3_1/; revision=21091
Diffstat (limited to 'views/addressbook')
-rw-r--r-- | views/addressbook/.cvsignore | 2 | ||||
-rw-r--r-- | views/addressbook/Address_Cards.galview | 2 | ||||
-rw-r--r-- | views/addressbook/By_Company.galview | 16 | ||||
-rw-r--r-- | views/addressbook/Makefile.am | 3 | ||||
-rw-r--r-- | views/addressbook/Phone_List.galview | 13 | ||||
-rw-r--r-- | views/addressbook/galview.xml | 6 |
6 files changed, 0 insertions, 42 deletions
diff --git a/views/addressbook/.cvsignore b/views/addressbook/.cvsignore deleted file mode 100644 index 282522db03..0000000000 --- a/views/addressbook/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile -Makefile.in diff --git a/views/addressbook/Address_Cards.galview b/views/addressbook/Address_Cards.galview deleted file mode 100644 index 4f6a865a1e..0000000000 --- a/views/addressbook/Address_Cards.galview +++ /dev/null @@ -1,2 +0,0 @@ -<?xml version="1.0"?> -<EMinicardViewState column_width="150.0"/> diff --git a/views/addressbook/By_Company.galview b/views/addressbook/By_Company.galview deleted file mode 100644 index e658639226..0000000000 --- a/views/addressbook/By_Company.galview +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0"?> -<ETableState state-version="0.100000"> - <column source="1"/> - <column source="31"/> - <column source="8"/> - <column source="0"/> - <column source="29"/> - <column source="5"/> - <column source="14"/> - <column source="8"/> - <column source="12"/> - <grouping> - <group column="9" ascending="true"/> - <leaf column="0" ascending="true"/> - </grouping> -</ETableState> diff --git a/views/addressbook/Makefile.am b/views/addressbook/Makefile.am deleted file mode 100644 index db4ef761db..0000000000 --- a/views/addressbook/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -addressviewsdir = $(viewsdir)/addressbook -addressviews_DATA = Address_Cards.galview By_Company.galview Phone_List.galview galview.xml -EXTRA_DIST = $(addressviews_DATA) diff --git a/views/addressbook/Phone_List.galview b/views/addressbook/Phone_List.galview deleted file mode 100644 index b9e2b1a553..0000000000 --- a/views/addressbook/Phone_List.galview +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0"?> -<ETableState state-version="0.100000"> - <column source="0"/> - <column source="9"/> - <column source="2"/> - <column source="5"/> - <column source="14"/> - <column source="8"/> - <column source="12"/> - <grouping> - <leaf column="0" ascending="true"/> - </grouping> -</ETableState> diff --git a/views/addressbook/galview.xml b/views/addressbook/galview.xml deleted file mode 100644 index b8f5ef81dd..0000000000 --- a/views/addressbook/galview.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0"?> -<GalViewCollection default-view="Address_Cards"> - <GalView id="Address_Cards" _title="_Address 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> |