Re: [PATCH weston] shell: clear popup grab interface on remove_popup_grab

2013-04-15 Thread Giulio Camuffo
Right, that was needed, thanks. I have a comment below, other than that it looks good to me. 2013/4/15 Philipp Brüschweiler > Fixes a segfault. Steps to reproduce: > > * start weston with the x11 backend > * open a terminal > * click on the icon in the top left corner, choose close > * close th

[PATCH weston] shell: clear popup grab interface on remove_popup_grab

2013-04-15 Thread Philipp Brüschweiler
Fixes a segfault. Steps to reproduce: * start weston with the x11 backend * open a terminal * click on the icon in the top left corner, choose close * close the x11 window containing weston --- src/shell.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/shell.c b/src/shell.c index de5d6