applied, thanks
On Sat, Mar 01, 2014 at 09:54:03AM +, Thomas Adam wrote:
> Don't segfaut when the parent of the layout cell is NULL; also assign the
> lc->parent component to a common variable and use that throughout this
> function.
> ---
> window.c | 9 ++---
> 1 file changed, 6 inse
Don't segfaut when the parent of the layout cell is NULL; also assign the
lc->parent component to a common variable and use that throughout this
function.
---
window.c | 9 ++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/window.c b/window.c
index 1dd70c4..f25f64e 100644
---