diff options
Diffstat (limited to 'sway')
-rw-r--r-- | sway/ipc-json.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/ipc-json.c b/sway/ipc-json.c index 46caad9c..69412023 100644 --- a/sway/ipc-json.c +++ b/sway/ipc-json.c @@ -319,7 +319,7 @@ json_object *ipc_json_describe_container_recursive(swayc_t *c) { json_object_array_add(scratchpad_json, ipc_json_describe_container_recursive(scratchpad->items[i])); } } - json_object_object_add(object, "scratchpad", unmanaged); + json_object_object_add(object, "scratchpad", scratchpad_json); } return object; |