aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--views/ChangeLog8
-rw-r--r--views/addressbook/Address_Cards.galview2
-rw-r--r--views/addressbook/Makefile.am2
3 files changed, 11 insertions, 1 deletions
diff --git a/views/ChangeLog b/views/ChangeLog
index c190e27d5a..c6234fd7e2 100644
--- a/views/ChangeLog
+++ b/views/ChangeLog
@@ -1,3 +1,11 @@
+2002-02-13 Christopher James Lahey <clahey@ximian.com>
+
+ * addressbook/Makefile.am (defaultaddressbook_DATA): Added
+ Address_Cards.galview.
+
+ * addressbook/Address_Cards.galview: New galview file for the
+ minicard view since they save data now.
+
2002-02-07 Christopher James Lahey <clahey@ximian.com>
* addressbook/galview.xml, calendar/galview.xml, mail/galview.xml,
diff --git a/views/addressbook/Address_Cards.galview b/views/addressbook/Address_Cards.galview
new file mode 100644
index 0000000000..4f6a865a1e
--- /dev/null
+++ b/views/addressbook/Address_Cards.galview
@@ -0,0 +1,2 @@
+<?xml version="1.0"?>
+<EMinicardViewState column_width="150.0"/>
diff --git a/views/addressbook/Makefile.am b/views/addressbook/Makefile.am
index b4df38bcfa..e7e055ef6c 100644
--- a/views/addressbook/Makefile.am
+++ b/views/addressbook/Makefile.am
@@ -1,3 +1,3 @@
defaultaddressbookdir = $(datadir)/evolution/views/addressbook
-defaultaddressbook_DATA = By_Company.galview Phone_List.galview galview.xml
+defaultaddressbook_DATA = Address_Cards.galview By_Company.galview Phone_List.galview galview.xml
EXTRA_DIST = $(defaultaddressbook_DATA)