All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] call-settings: fix getting CNAP property
@ 2010-12-29  2:40 Lucas De Marchi
  2010-12-29  2:41 ` [PATCH 2/4] call-settings: rename CalledLine* properties Lucas De Marchi
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Lucas De Marchi @ 2010-12-29  2:40 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 621 bytes --]

---
 src/call-settings.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/call-settings.c b/src/call-settings.c
index b6c3924..aea4991 100644
--- a/src/call-settings.c
+++ b/src/call-settings.c
@@ -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);
 
-- 
1.7.3.4


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-12-30 17:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-29  2:40 [PATCH 1/4] call-settings: fix getting CNAP property Lucas De Marchi
2010-12-29  2:41 ` [PATCH 2/4] call-settings: rename CalledLine* properties Lucas De Marchi
2010-12-30 17:17   ` Denis Kenzior
2010-12-29  2:41 ` [PATCH 3/4] doc: " Lucas De Marchi
2010-12-30 17:18   ` Denis Kenzior
2010-12-29  2:41 ` [PATCH 4/4] test: use new names for " Lucas De Marchi
2010-12-30 17:18   ` Denis Kenzior
2010-12-30 17:13 ` [PATCH 1/4] call-settings: fix getting CNAP property Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.