From 303cbe76dc2dc273cd7e68a5eaf96c2af3b5d7ab Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 6 Oct 2011 10:03:52 -0400 Subject: 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.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/debug.h') diff --git a/openbox/debug.h b/openbox/debug.h index a24e66ea..13c55988 100644 --- a/openbox/debug.h +++ b/openbox/debug.h @@ -38,4 +38,6 @@ void ob_debug_type(ObDebugType type, const gchar *a, ...); void ob_debug_enable(ObDebugType type, gboolean enable); +void ob_debug_show_prompts(void); + #endif -- cgit v1.2.3