From 78add1707740be7a3111b8400271cfb0643a5dda Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 23 Aug 2007 09:08:38 -0400 Subject: [PATCH] hide the desktop popup when showing the directional focus popup too --- openbox/focus_cycle_popup.c | 1 + 1 file changed, 1 insertion(+) diff --git a/openbox/focus_cycle_popup.c b/openbox/focus_cycle_popup.c index 1869cc35..dbc65042 100644 --- a/openbox/focus_cycle_popup.c +++ b/openbox/focus_cycle_popup.c @@ -520,6 +520,7 @@ void focus_cycle_popup_single_show(struct _ObClient *c, text = popup_get_name(c); icon_popup_show(single_popup, text, client_icon(c, ICON_SIZE, ICON_SIZE)); g_free(text); + screen_hide_desktop_popup(); } void focus_cycle_popup_single_hide() -- 2.44.0