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:
@ -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',
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user