Re: [PATCH weston 3/3] tablet-shell: Avoid infinite loop when unlocking

2013-07-09 Thread Kristian Høgsberg
On Tue, Jul 09, 2013 at 12:12:50PM +0100, Rob Bradford wrote: > From: Rob Bradford > > weston_compositor_wake will fire the signal that the unlock handler is > setup as the listener for. Instead lets change the state to HOME which > unlocks. > --- > src/tablet-shell.c | 2 +- > 1 file changed, 1

[PATCH weston 3/3] tablet-shell: Avoid infinite loop when unlocking

2013-07-09 Thread Rob Bradford
From: Rob Bradford weston_compositor_wake will fire the signal that the unlock handler is setup as the listener for. Instead lets change the state to HOME which unlocks. --- src/tablet-shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tablet-shell.c b/src/tablet-she