Re: [PATCH] notifier: Don't unnecessarily report "online" state on disconnect

2011-10-20 Thread Samuel Ortiz
Hi Patrik, On Wed, Oct 12, 2011 at 01:56:38PM +0300, patrik.fl...@linux.intel.com wrote: > From: Patrik Flykt > > When a service disconnects, don't send an extra 'online' > net.connman.Manager.StateChanged signal if another service is still > connected. I applied this one, thanks. Cheers, Samue

[PATCH] notifier: Don't unnecessarily report "online" state on disconnect

2011-10-12 Thread patrik . flykt
From: Patrik Flykt When a service disconnects, don't send an extra 'online' net.connman.Manager.StateChanged signal if another service is still connected. Fixes BMC#23421 --- src/notifier.c | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/notifier.c b/src/no