call-settings: fix getting CNAP property

This commit is contained in:
Lucas De Marchi 2010-12-29 00:40:59 -02:00 committed by Denis Kenzior
parent 8e200c7001
commit 3b58a08eaa
1 changed files with 1 additions and 1 deletions

View File

@ -870,7 +870,7 @@ static DBusMessage *generate_get_properties_reply(struct ofono_call_settings *cs
ofono_dbus_dict_append(&dict, "CallingLinePresentation",
DBUS_TYPE_STRING, &str);
str = cnap_status_to_string(cs->clip);
str = cnap_status_to_string(cs->cnap);
ofono_dbus_dict_append(&dict, "CallingNamePresentation",
DBUS_TYPE_STRING, &str);