diff options
| author | Scott Moynes <smoynes@nexus.carleton.ca> | 2003-07-29 01:04:22 +0000 |
|---|---|---|
| committer | Scott Moynes <smoynes@nexus.carleton.ca> | 2003-07-29 01:04:22 +0000 |
| commit | dd33644de425ce545f17e9fc0f8ead05aa5bc01f (patch) | |
| tree | eb3d14c345bc1a62d65b5abe9882acb6154b90ba /openbox/event.c | |
| parent | f6ad401dabc52f9841323f93b89b2169afbdaacc (diff) | |
Close menu properly on unbound keys.
Diffstat (limited to 'openbox/event.c')
| -rw-r--r-- | openbox/event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/event.c b/openbox/event.c index 5116148c..a42432a8 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -1093,7 +1093,7 @@ static void event_handle_menu(ObClient *client, XEvent *e) /* will call the menu_hide() for each submenu as well */ if (!it) - menu_hide(menu_visible->data); + ((ObMenu *)menu_visible->data)->hide(menu_visible->data); break; case MotionNotify: |
