Convert the systray widget to the new widget system

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2015-06-14 16:37:07 +02:00
parent 121a5050b1
commit 99ac190090
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ local function new(revers)
end
capi.awesome.connect_signal("systray::update", function()
ret:emit_signal("widget::updated")
ret:emit_signal("widget::layout_changed")
end)
return ret