* [PATCH] Update property name in test-ussd
@ 2010-03-31 4:56 Andrzej Zaborowski
2010-03-31 18:15 ` Denis Kenzior
0 siblings, 1 reply; 2+ messages in thread
From: Andrzej Zaborowski @ 2010-03-31 4:56 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 442 bytes --]
---
test/test-ussd | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/test/test-ussd b/test/test-ussd
index 656c73e..79dd596 100755
--- a/test/test-ussd
+++ b/test/test-ussd
@@ -14,7 +14,7 @@ def ussd_request_received(content):
ss.Cancel()
def ussd_property_changed(name, value):
- if name != "USSDState":
+ if name != "State":
return
print("USSD session state is " + value)
--
1.6.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Update property name in test-ussd
2010-03-31 4:56 [PATCH] Update property name in test-ussd Andrzej Zaborowski
@ 2010-03-31 18:15 ` Denis Kenzior
0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2010-03-31 18:15 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 158 bytes --]
Hi Andrew,
> ---
> test/test-ussd | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Patch has been applied, thanks.
Regards,
-Denis
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-03-31 18:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-31 4:56 [PATCH] Update property name in test-ussd Andrzej Zaborowski
2010-03-31 18:15 ` 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.