awesome/common
Uli Schlachter 79b1f5aba1 Don't use luaL_error in luaA_object_emit_signal (FS#713)
This function can be called from unprotected contexts. Calling luaL_error() in
this case results in a call to luaA_panic() and awesome dies.

The only real change here is that this now calls warn() instead of luaL_error().
The rest is reindentation because warn() returns while luaL_error() didn't.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2010-12-11 13:48:31 +01:00
..
array.h barray: Work with more compare functions 2010-09-01 15:37:21 +02:00
atoms.c Grammar/spelling corrections in comments and docs. 2009-08-31 10:39:36 +02:00
atoms.h atoms: autogenerate atom list 2008-06-30 20:05:53 +02:00
atoms.list ewmh: remove _NET_WORKAREA support (FS#732) 2010-02-18 10:04:01 +01:00
backtrace.c Don't fail if execinfo is not available 2010-08-12 20:14:56 +02:00
backtrace.h awesome: dump backtrace on SEGV/ABRT 2009-06-05 15:00:37 +02:00
buffer.c buffer: remove useless buffer_add_xmlescaped() 2009-04-08 18:08:44 +02:00
buffer.h Grammar/spelling corrections in comments and docs. 2009-08-31 10:39:36 +02:00
luaclass.c Track the number of objects 2010-09-17 17:39:41 +02:00
luaclass.h Track the number of objects 2010-09-17 17:39:41 +02:00
lualib.h lualib: allow to replace error handling function 2009-08-27 17:53:51 +02:00
luaobject.c Don't use luaL_error in luaA_object_emit_signal (FS#713) 2010-12-11 13:48:31 +01:00
luaobject.h Track the number of objects 2010-09-17 17:39:41 +02:00
signal.h Add signals before using them 2010-08-25 23:00:36 +02:00
util.c orientation: Remove 2010-10-06 20:10:29 +02:00
util.h orientation: Remove 2010-10-06 20:10:29 +02:00
version.c version: remove product name 2009-04-08 18:53:53 +02:00
version.h version: remove product name 2009-04-08 18:53:53 +02:00
xcursor.c xcursor: add new cursor infra 2008-12-12 16:51:41 +01:00
xcursor.h xcursor: add new cursor infra 2008-12-12 16:51:41 +01:00
xembed.c xembed: store windows in an array 2008-12-14 10:28:22 +01:00
xembed.h Remove support for zaphod mode 2010-08-16 13:47:40 +02:00
xutil.c xutil: Remove an unused define 2010-09-02 19:37:10 +02:00
xutil.h common/xutil.c: Stop using a_tokenize 2010-09-02 19:22:08 +02:00