mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 16:01:27 +00:00
Wow that was stupid
This commit is contained in:
parent
d1e031025d
commit
de2f3b393a
|
@ -136,7 +136,7 @@ void ipc_update_workspaces() {
|
||||||
for (i = 0; i < json_object_array_length(results); ++i) {
|
for (i = 0; i < json_object_array_length(results); ++i) {
|
||||||
json_object *ws_json = json_object_array_get_idx(results, i);
|
json_object *ws_json = json_object_array_get_idx(results, i);
|
||||||
json_object *num, *name, *visible, *focused, *out, *urgent;
|
json_object *num, *name, *visible, *focused, *out, *urgent;
|
||||||
if (ws_json) {
|
if (!ws_json) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
json_object_object_get_ex(ws_json, "num", &num);
|
json_object_object_get_ex(ws_json, "num", &num);
|
||||||
|
|
Loading…
Reference in a new issue