From ad29434250f6c34ed2af8f99bed7a4e8d6b5053b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 26 Sep 2003 20:03:57 +0000 Subject: remove the dialog options --- openbox/focus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/focus.c') diff --git a/openbox/focus.c b/openbox/focus.c index 302c4fc4..b6d294bb 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -232,7 +232,7 @@ void focus_fallback(ObFocusFallbackType type) static void popup_cycle(ObClient *c, gboolean show) { - if (!show || !config_dialog_focus) { + if (!show) { icon_popup_hide(focus_cycle_popup); } else { Rect *a; -- cgit v1.2.3