Re: [PATCH] workspaces: don't segfault on invalid move_surface_to_workspace request

2012-09-04 Thread Kristian Høgsberg
On Sat, Sep 01, 2012 at 04:03:05PM +0200, Philipp Brüschweiler wrote: > Also fixes the off-by-one in toytoolkit that exposed the issue. Thanks, applied. > --- > clients/window.c | 2 +- > src/shell.c | 4 > 2 Dateien geändert, 5 Zeilen hinzugefügt(+), 1 Zeile entfernt(-) > > diff --gi

[PATCH] workspaces: don't segfault on invalid move_surface_to_workspace request

2012-09-01 Thread Philipp Brüschweiler
Also fixes the off-by-one in toytoolkit that exposed the issue. --- clients/window.c | 2 +- src/shell.c | 4 2 Dateien geändert, 5 Zeilen hinzugefügt(+), 1 Zeile entfernt(-) diff --git a/clients/window.c b/clients/window.c index 472aabf..4ddbd2f 100644 --- a/clients/window.c +++ b/clie