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:
Matthias 2010-11-11 08:59:03 +01:00 committed by Uli Schlachter
parent 4f6c6cf32e
commit e75186701e
1 changed files with 1 additions and 1 deletions

View File

@ -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