[PATCH] stk: Check if an agent is registered when UI is required

2012-08-30 Thread Philippe Nunes
In case of unsolicited proactive command, we could have a crash when no agent was registered. --- src/stk.c |9 + 1 file changed, 9 insertions(+) diff --git a/src/stk.c b/src/stk.c index 18a8eaf..4c24abb 100644 --- a/src/stk.c +++ b/src/stk.c @@ -515,6 +515,9 @@ static gboolean

Re: [PATCH] stk: Check if an agent is registered when UI is required

2012-08-30 Thread Denis Kenzior
Hi Philippe, On 08/30/2012 11:20 AM, Philippe Nunes wrote: In case of unsolicited proactive command, we could have a crash when no agent was registered. --- src/stk.c |9 + 1 file changed, 9 insertions(+) Patch has been applied, thanks. Regards, -Denis