Remove Family name column since it's a bit weird. This also fixes the

2000-10-19  Christopher James Lahey  <clahey@helixcode.com>

	* gui/widgets/e-addressbook-view.c (SPEC): Remove Family name
	column since it's a bit weird.  This also fixes the initial state
	since all of the column choices were off by one.

svn path=/trunk/; revision=6040
This commit is contained in:
Christopher James Lahey
2000-10-19 20:04:12 +00:00
committed by Chris Lahey
parent 4e2a4d752d
commit 5474b15d41
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2000-10-19 Christopher James Lahey <clahey@helixcode.com>
* gui/widgets/e-addressbook-view.c (SPEC): Remove Family name
column since it's a bit weird. This also fixes the initial state
since all of the column choices were off by one.
2000-10-19 Ettore Perazzoli <ettore@helixcode.com>
* printing/Makefile.am (glade_DATA): Remove

View File

@ -466,7 +466,6 @@ table_right_click(ETableScrolled *table, gint row, gint col, GdkEvent *event, EA
#define SPEC "<?xml version=\"1.0\"?> \
<ETableSpecification click-to-add=\"true\" draw-grid=\"true\" _click-to-add-message=\"* Click here to add a contact *\"> \
<ETableColumn model_col= \"0\" _title=\"Name\" expansion=\"1.0\" minimum_width=\"20\" resizable=\"true\" cell=\"string\" compare=\"string\"/> \
<ETableColumn model_col= \"1\" _title=\"Family Name\" expansion=\"1.0\" minimum_width=\"20\" resizable=\"true\" cell=\"string\" compare=\"string\"/> \
<ETableColumn model_col= \"2\" _title=\"Email\" expansion=\"1.0\" minimum_width=\"20\" resizable=\"true\" cell=\"string\" compare=\"string\"/> \
<ETableColumn model_col= \"3\" _title=\"Primary\" expansion=\"1.0\" minimum_width=\"20\" resizable=\"true\" cell=\"string\" compare=\"string\"/> \
<ETableColumn model_col= \"4\" _title=\"Business\" expansion=\"1.0\" minimum_width=\"20\" resizable=\"true\" cell=\"string\" compare=\"string\"/> \