diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2010-09-29 09:13:26 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2010-10-17 14:05:53 +0200 |
commit | 0c9b297e50ffaf9a34f50a99f7bc4e02ea295d1d (patch) | |
tree | 370c776ff8eae741da7b0a9cda814cf762e5185a /src/ld-lua.c | |
parent | 9fc354e06680895d0e7398ee1022943052cdc65c (diff) | |
download | logdiag-0c9b297e50ffaf9a34f50a99f7bc4e02ea295d1d.tar.gz logdiag-0c9b297e50ffaf9a34f50a99f7bc4e02ea295d1d.tar.xz logdiag-0c9b297e50ffaf9a34f50a99f7bc4e02ea295d1d.zip |
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.
Diffstat (limited to 'src/ld-lua.c')
-rw-r--r-- | src/ld-lua.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); */ |