Fixed oocairo.image_surface_create_... typo
its oocairo.image_surface_create_from_data not oocairo.image.surface... Signed-off-by: Matthias <ms@softimpulse.de> Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
4f6c6cf32e
commit
e75186701e
|
@ -530,7 +530,7 @@ if capi.dbus then
|
|||
end
|
||||
end
|
||||
if imgdata then
|
||||
args.icon = capi.oocairo.image.surface_create_from_data(imgdata, "argb32", hints.icon_data[1], hints.icon_data[2], hints.icon_data[1] * 4)
|
||||
args.icon = capi.oocairo.image_surface_create_from_data(imgdata, "argb32", hints.icon_data[1], hints.icon_data[2], hints.icon_data[1] * 4)
|
||||
end
|
||||
end
|
||||
if replaces_id and replaces_id ~= "" and replaces_id ~= 0 then
|
||||
|
|
Loading…
Reference in New Issue