* [PATCH] smart_messaging: Remove interface on atom removal
@ 2010-09-30 8:22 Aki Niemi
2010-10-01 0:11 ` Denis Kenzior
0 siblings, 1 reply; 2+ messages in thread
From: Aki Niemi @ 2010-09-30 8:22 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 560 bytes --]
---
plugins/smart_messaging.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/plugins/smart_messaging.c b/plugins/smart_messaging.c
index fb44cc1..27f88e7 100644
--- a/plugins/smart_messaging.c
+++ b/plugins/smart_messaging.c
@@ -99,6 +99,9 @@ static void sms_watch(struct ofono_atom *atom,
g_dbus_unregister_interface(conn,
ofono_modem_get_path(sm->modem),
SMART_MESSAGING_INTERFACE);
+
+ ofono_modem_remove_interface(sm->modem,
+ SMART_MESSAGING_INTERFACE);
return;
}
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] smart_messaging: Remove interface on atom removal
2010-09-30 8:22 [PATCH] smart_messaging: Remove interface on atom removal Aki Niemi
@ 2010-10-01 0:11 ` Denis Kenzior
0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2010-10-01 0:11 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 218 bytes --]
Hi Aki,
On 09/30/2010 03:22 AM, Aki Niemi wrote:
> ---
> plugins/smart_messaging.c | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
This patch has been applied, thanks.
Regards,
-Denis
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-10-01 0:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-30 8:22 [PATCH] smart_messaging: Remove interface on atom removal Aki Niemi
2010-10-01 0:11 ` 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.