summaryrefslogtreecommitdiff
path: root/openbox/focus_cycle_popup.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2009-12-09 10:56:43 -0500
committerDana Jansens <danakj@orodu.net>2009-12-09 10:56:43 -0500
commitcf033623a0f5519a42d13119db5e023ffe08a1ac (patch)
tree3ff5b9d76d9909ee77faf6d44e0e48033a88a13c /openbox/focus_cycle_popup.c
parent301122057283400dda30cd8ed04c7b7b69e4a912 (diff)
Allow skip_taskbar windows to be focused on map when the user requests it in rc.xml. Fixes bug #4350
Diffstat (limited to 'openbox/focus_cycle_popup.c')
-rw-r--r--openbox/focus_cycle_popup.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbox/focus_cycle_popup.c b/openbox/focus_cycle_popup.c
index df3558df..53a7eb09 100644
--- a/openbox/focus_cycle_popup.c
+++ b/openbox/focus_cycle_popup.c
@@ -185,7 +185,8 @@ static void popup_setup(ObFocusCyclePopup *p, gboolean create_targets,
iconic_windows,
all_desktops,
dock_windows,
- desktop_windows))
+ desktop_windows,
+ FALSE))
{
gchar *text = popup_get_name(ft);