From 0c9b297e50ffaf9a34f50a99f7bc4e02ea295d1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Wed, 29 Sep 2010 09:13:26 +0200 Subject: Implement part of LdLuaSymbol. The "new" method requires to be passed a parameter that makes it possible to call the appropriate render function. Stub-plemented the "draw" method. --- src/ld-lua.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ld-lua.c') diff --git a/src/ld-lua.c b/src/ld-lua.c index 4440356..5e4da89 100644 --- a/src/ld-lua.c +++ b/src/ld-lua.c @@ -269,7 +269,7 @@ ld_lua_logdiag_register (lua_State *L) */ /* - symbol = ld_lua_symbol_new (ud->category, ud->self); + symbol = ld_lua_symbol_new (ud->self); ld_symbol_category_insert (ud->category, symbol, -1); g_object_unref (symbol); */ -- cgit v1.2.3