summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-08-23 09:08:38 -0400
committerDana Jansens <danakj@orodu.net>2007-08-23 09:08:38 -0400
commit78add1707740be7a3111b8400271cfb0643a5dda (patch)
tree24f3af119ef0ffca186ee194e344a2f6817a592e
parent57b50c3ec9c0449b7cb85e63f45a6af16228934d (diff)
hide the desktop popup when showing the directional focus popup too
-rw-r--r--openbox/focus_cycle_popup.c1
1 files changed, 1 insertions, 0 deletions
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()