pull #1648: add icon_sizes property signal emission
This commit is contained in:
parent
05717026b7
commit
30542351da
|
@ -2344,6 +2344,7 @@ client_set_icons(client_t *c, cairo_surface_array_t array)
|
||||||
lua_State *L = globalconf_get_lua_State();
|
lua_State *L = globalconf_get_lua_State();
|
||||||
luaA_object_push(L, c);
|
luaA_object_push(L, c);
|
||||||
luaA_object_emit_signal(L, -1, "property::icon", 0);
|
luaA_object_emit_signal(L, -1, "property::icon", 0);
|
||||||
|
luaA_object_emit_signal(L, -1, "property::icon_sizes", 0);
|
||||||
lua_pop(L, 1);
|
lua_pop(L, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue