Re: [PATCH weston 2/3] tablet-shell: Fix copy and paste error in unlock handler

2013-07-09 Thread Kristian Høgsberg
On Tue, Jul 09, 2013 at 12:12:49PM +0100, Rob Bradford wrote: > From: Rob Bradford > > The signal handler was using the wrong member to find the containing > structure of the unlock listener. > > https://bugs.freedesktop.org/show_bug.cgi?id=57637 Thanks, good catch. Kristian > --- > src/tabl

[PATCH weston 2/3] tablet-shell: Fix copy and paste error in unlock handler

2013-07-09 Thread Rob Bradford
From: Rob Bradford The signal handler was using the wrong member to find the containing structure of the unlock listener. https://bugs.freedesktop.org/show_bug.cgi?id=57637 --- src/tablet-shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tablet-shell.c b/src/tablet