Use the renamed api call

2001-02-05  JP Rosevear  <jpr@ximian.com>

	* src/libical/icallangbind.c (icallangbind_get_property): Use the
	renamed api call

svn path=/trunk/; revision=8011
This commit is contained in:
JP Rosevear
2001-02-06 03:56:17 +00:00
committed by JP Rosevear
parent f620b13aac
commit dcbba855a9
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-02-05 JP Rosevear <jpr@ximian.com>
* src/libical/icallangbind.c (icallangbind_get_property): Use the
renamed api call
2001-02-05 Ettore Perazzoli <ettore@ximian.com>
* src/libical/Makefile.am (COMBINEDHEADERS): `icalvalue.h',

View File

@ -68,7 +68,7 @@ icalproperty* icallangbind_get_property(icalcomponent *c, int n, const char* pro
p = icalcomponent_get_next_property(comps[compno],kind)
){
if(strcmp(icalproperty_get_xname(p),prop) == 0){
if(strcmp(icalproperty_get_x_name(p),prop) == 0){
if(propno == n ){
return p;