Don't show prompts inside the message handler to prevent recursion
authorDana Jansens <danakj@orodu.net>
Thu, 6 Oct 2011 14:03:52 +0000 (10:03 -0400)
committerDana Jansens <danakj@orodu.net>
Fri, 14 Oct 2011 20:06:25 +0000 (16:06 -0400)
commitd4708c9e0c9869b44bb337deeb2b1105ad0a2067
tree3d4e14a900965149fcf67e25c0bb2fccc10c436c
parentc3739a6b5ae2b4737b91bc40ae9503bc8b28f32f
Don't show prompts inside the message handler to prevent recursion

Showing prompts causes messages to be created which causes the glib message
handler to abort().  Save the messages and show them when done all other
processing for the current event.
openbox/debug.c
openbox/debug.h
openbox/event.c