aboutsummaryrefslogtreecommitdiffstats
path: root/views/addressbook
diff options
context:
space:
mode:
authornobody <nobody@localhost>2003-12-09 09:57:09 +0800
committernobody <nobody@localhost>2003-12-09 09:57:09 +0800
commit6561e49374018bd4828de2637df5250b3dba9ba6 (patch)
tree75bb0caf9afd4b94842023406d6a7938c5d8b2b7 /views/addressbook
parent0031a7166cd0f3fc0cec0b60c468ca22a8c45b0b (diff)
downloadgsoc2013-evolution-GNOME_SYSTEM_MONITOR_2_6_0.tar
gsoc2013-evolution-GNOME_SYSTEM_MONITOR_2_6_0.tar.gz
gsoc2013-evolution-GNOME_SYSTEM_MONITOR_2_6_0.tar.bz2
gsoc2013-evolution-GNOME_SYSTEM_MONITOR_2_6_0.tar.lz
gsoc2013-evolution-GNOME_SYSTEM_MONITOR_2_6_0.tar.xz
gsoc2013-evolution-GNOME_SYSTEM_MONITOR_2_6_0.tar.zst
gsoc2013-evolution-GNOME_SYSTEM_MONITOR_2_6_0.zip
This commit was manufactured by cvs2svn to create tagGNOME_SYSTEM_MONITOR_2_6_0
'GNOME_SYSTEM_MONITOR_2_6_0'. svn path=/tags/GNOME_SYSTEM_MONITOR_2_6_0/; revision=23789
Diffstat (limited to 'views/addressbook')
-rw-r--r--views/addressbook/.cvsignore2
-rw-r--r--views/addressbook/Address_Cards.galview2
-rw-r--r--views/addressbook/By_Company.galview12
-rw-r--r--views/addressbook/Makefile.am3
-rw-r--r--views/addressbook/Phone_List.galview11
-rw-r--r--views/addressbook/galview.xml6
6 files changed, 0 insertions, 36 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 cecd0297b7..0000000000
--- a/views/addressbook/By_Company.galview
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0"?>
-<ETableState state-version="0.100000">
- <column source="0"/>
- <column source="1"/>
- <column source="5"/>
- <column source="23"/>
- <column source="36"/>
- <grouping>
- <group column="33" 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 98e6bbe2ad..0000000000
--- a/views/addressbook/Phone_List.galview
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0"?>
-<ETableState state-version="0.100000">
- <column source="0"/>
- <column source="1"/>
- <column source="5"/>
- <column source="23"/>
- <column source="36"/>
- <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>