Fix compilation
This fixes a bad cherry-pick from commit db087fdda7
.
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
ac72f8e5a0
commit
a638310e89
|
@ -137,7 +137,7 @@ restore_client_order(xcb_get_property_cookie_t prop_cookie)
|
||||||
client_idx++;
|
client_idx++;
|
||||||
}
|
}
|
||||||
|
|
||||||
luaA_class_emit_signal(globalconf_get_lua_State(), &client_class, "list", 0);
|
luaA_class_emit_signal(globalconf.L, &client_class, "list", 0);
|
||||||
p_delete(&reply);
|
p_delete(&reply);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue