diff options
author | JP Rosevear <jpr@ximian.com> | 2003-03-05 06:00:57 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-03-05 06:00:57 +0800 |
commit | c1e2563e393921af0dea2d29eeb13d58e1bcd91b (patch) | |
tree | cb97e52d92dffc93570bc244a9f8da769129c113 /addressbook/gui/component | |
parent | 3703e58fa89f7644f50426288c4fc8f9325773ce (diff) | |
download | gsoc2013-evolution-c1e2563e393921af0dea2d29eeb13d58e1bcd91b.tar gsoc2013-evolution-c1e2563e393921af0dea2d29eeb13d58e1bcd91b.tar.gz gsoc2013-evolution-c1e2563e393921af0dea2d29eeb13d58e1bcd91b.tar.bz2 gsoc2013-evolution-c1e2563e393921af0dea2d29eeb13d58e1bcd91b.tar.lz gsoc2013-evolution-c1e2563e393921af0dea2d29eeb13d58e1bcd91b.tar.xz gsoc2013-evolution-c1e2563e393921af0dea2d29eeb13d58e1bcd91b.tar.zst gsoc2013-evolution-c1e2563e393921af0dea2d29eeb13d58e1bcd91b.zip |
reflect prior column addition
2003-03-04 JP Rosevear <jpr@ximian.com>
* gui/component/select-names/e-select-names.etspec: reflect prior
column addition
* gui/component/select-names/e-select-names-bonobo.c
(entry_get_property_fn): set the arg properly
*
gui/component/select-names/Evolution-Addressbook-SelectNames.idl:
add Icscalendar to field list
* backend/pas/pas-backend-ldap.c: add icscalendar to prop list
* backend/ebook/e-card.h: add icscalendar data member
* backend/ebook/e-card.c: add icscalendar to list and its parse
routine
(e_card_get_vobject): add icscalendar prop value
(parse_icscalendar): parse routine
(e_card_class_init): add icscalendar arg
(e_card_destroy): destroy icscalendar member
(e_card_set_arg): set icscalendar
(e_card_init): init icscalendar
(e_card_get_arg): return icscalendar
* backend/ebook/e-card-simple.c (field_data): add icscalendar
* backend/ebook/e-card-simple.h: ditto
svn path=/trunk/; revision=20153
Diffstat (limited to 'addressbook/gui/component')
3 files changed, 3 insertions, 2 deletions
diff --git a/addressbook/gui/component/select-names/Evolution-Addressbook-SelectNames.idl b/addressbook/gui/component/select-names/Evolution-Addressbook-SelectNames.idl index f25279bb38..2959597cc5 100644 --- a/addressbook/gui/component/select-names/Evolution-Addressbook-SelectNames.idl +++ b/addressbook/gui/component/select-names/Evolution-Addressbook-SelectNames.idl @@ -62,6 +62,7 @@ module Addressbook { Note, Caluri, Fburl, + Icscalendar, Anniversary, BirthDate, Mailer, diff --git a/addressbook/gui/component/select-names/e-select-names-bonobo.c b/addressbook/gui/component/select-names/e-select-names-bonobo.c index 8b125e9078..c98af87683 100644 --- a/addressbook/gui/component/select-names/e-select-names-bonobo.c +++ b/addressbook/gui/component/select-names/e-select-names-bonobo.c @@ -142,7 +142,7 @@ entry_get_property_fn (BonoboPropertyBag *bag, } CORBA_free (*(GNOME_Evolution_Addressbook_SimpleCardList **)arg->_value); - BONOBO_ARG_SET_GENERAL (arg, card_list, TC_GNOME_Evolution_Addressbook_SimpleCardList, GNOME_Evolution_Addressbook_SimpleCardList *, NULL); + BONOBO_ARG_SET_GENERAL (arg, *card_list, TC_GNOME_Evolution_Addressbook_SimpleCardList, GNOME_Evolution_Addressbook_SimpleCardList, NULL); } break; diff --git a/addressbook/gui/component/select-names/e-select-names.etspec b/addressbook/gui/component/select-names/e-select-names.etspec index 7ed09d2b12..114f84cc8c 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= "43" _title="Name" expansion="1.0" minimum_width="20" resizable="true" cell="string" compare="collate" search="string"/> + <ETableColumn model_col= "44" _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> |