Re: [PATCH] shell: Fix segment fault when clicking to activate a NULL pointer_focus

2012-03-08 Thread Kristian Hoegsberg
On Mon, Mar 05, 2012 at 02:13:13PM +0800, zhiwen...@linux.intel.com wrote: > From: Alex Wu > > This can happen for instance running a toytoolkit application, launching > the popup menu and then clicking on a surface that does not belong to > the client that create the popup surface. Thanks. I a

[PATCH] shell: Fix segment fault when clicking to activate a NULL pointer_focus

2012-03-04 Thread zhiwen . wu
From: Alex Wu This can happen for instance running a toytoolkit application, launching the popup menu and then clicking on a surface that does not belong to the client that create the popup surface. --- src/shell.c | 15 +-- 1 files changed, 9 insertions(+), 6 deletions(-) diff --