aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@ximian.com>2004-01-20 03:08:49 +0800
committerHans Petter <hansp@src.gnome.org>2004-01-20 03:08:49 +0800
commit88c4c3b893e4e522dfadd75451f3cb4e938b486d (patch)
tree4455f8f1e84e958ce9dd005382e77d2c0e884b02 /addressbook/gui/component
parentb95bfa25d6144df96f467a8ecb0f010f8edd41fa (diff)
downloadgsoc2013-evolution-88c4c3b893e4e522dfadd75451f3cb4e938b486d.tar
gsoc2013-evolution-88c4c3b893e4e522dfadd75451f3cb4e938b486d.tar.gz
gsoc2013-evolution-88c4c3b893e4e522dfadd75451f3cb4e938b486d.tar.bz2
gsoc2013-evolution-88c4c3b893e4e522dfadd75451f3cb4e938b486d.tar.lz
gsoc2013-evolution-88c4c3b893e4e522dfadd75451f3cb4e938b486d.tar.xz
gsoc2013-evolution-88c4c3b893e4e522dfadd75451f3cb4e938b486d.tar.zst
gsoc2013-evolution-88c4c3b893e4e522dfadd75451f3cb4e938b486d.zip
Get name from correct model column.
2004-01-19 Hans Petter Jansson <hpj@ximian.com> * gui/component/select-names/e-select-names.etspec: Get name from correct model column. svn path=/trunk/; revision=24311
Diffstat (limited to 'addressbook/gui/component')
-rw-r--r--addressbook/gui/component/select-names/e-select-names.etspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names.etspec b/addressbook/gui/component/select-names/e-select-names.etspec
index 7a260887ff..77fae1f765 100644
--- a/addressbook/gui/component/select-names/e-select-names.etspec
+++ b/addressbook/gui/component/select-names/e-select-names.etspec
@@ -1,5 +1,5 @@
<ETableSpecification no-headers="true" cursor-mode="line">
- <ETableColumn model_col= "69" _title="Name" expansion="1.0" minimum_width="20" resizable="true" cell="string" compare="collate" search="string"/>
+ <ETableColumn model_col= "3" _title="Name" expansion="1.0" minimum_width="20" resizable="true" cell="string" compare="collate" search="string"/>
<ETableState>
<column source="0"/>
<grouping> <leaf column="0" ascending="true"/> </grouping>