awesome/lib/wibox/widget
Uli Schlachter b7eb233aee imagebox: Use a different entry for saving the image
In 3.4, an imagebox' image is set via "box.image = foo". Since widgets are just
ordinary tables in 3.5, this will actually mess with the imagebox' image without
setting it correctly.

Fix this by renaming the entry to "_image".

A similar patch was applied to the textbox widget ages ago.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2012-11-27 17:24:54 +01:00
..
background.lua.in widgets: Add some constructor arguments 2012-11-25 19:16:31 +01:00
base.lua.in wibox: Make the functions a little more object-y 2012-11-18 20:44:03 +01:00
imagebox.lua.in imagebox: Use a different entry for saving the image 2012-11-27 17:24:54 +01:00
init.lua.in Fix warnings from LDoc 2012-11-19 15:35:32 +01:00
systray.lua.in Fix warnings from LDoc 2012-11-19 15:35:32 +01:00
textbox.lua.in widgets: Add some constructor arguments 2012-11-25 19:16:31 +01:00