Skip to content

Commit cf95952

Browse files
committed
Fix bad class naming
1 parent 74e875a commit cf95952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LuaGObject/component.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ function component.create(info, mt, name)
314314
local gtype
315315
if core.gi.isinfo(info) then
316316
gtype = info.gtype
317-
name = info.fullname
317+
name = info.name
318318
else
319319
gtype = info and core.gtype(info)
320320
end

0 commit comments

Comments
 (0)