diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-26 20:03:57 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-26 20:03:57 +0000 |
| commit | ad29434250f6c34ed2af8f99bed7a4e8d6b5053b (patch) | |
| tree | 0f88b22fcc66c43428db182e2723c6f7b8c27ef5 /openbox/screen.c | |
| parent | 90445487e12635f68393d0093f1a03f1ee57f0e2 (diff) | |
remove the dialog options
Diffstat (limited to 'openbox/screen.c')
| -rw-r--r-- | openbox/screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/screen.c b/openbox/screen.c index 628d0344..a8f3b71c 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -572,7 +572,7 @@ void screen_desktop_popup(guint d, gboolean show) { Rect *a; - if (!show || !config_dialog_desktop) { + if (!show) { pager_popup_hide(desktop_cycle_popup); } else { a = screen_physical_area_monitor(0); |
