missing break would be bad in future if added more cases
authorDana Jansens <danakj@orodu.net>
Fri, 29 Aug 2003 08:49:41 +0000 (08:49 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 29 Aug 2003 08:49:41 +0000 (08:49 +0000)
openbox/event.c

index 8d1380d..ec6cb06 100644 (file)
@@ -1211,5 +1211,6 @@ static void event_handle_menu(XEvent *ev)
             if ((f = find_active_menu()))
                 menu_frame_select_next(f);
         }
+        break;
     }
 }