X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fmenuframe.c;h=3d2b4302c67efbec266bbe35202dcb890218d255;hb=70c074afe84ddbe4058f67a1fce062a769b449fc;hp=076fe6efc295ff231405ac4c4bb6a7ab6668476d;hpb=f163c46eaf01ced8405fa36a3bf4a5c488f0f5aa;p=chaz%2Fopenbox diff --git a/openbox/menuframe.c b/openbox/menuframe.c index 076fe6ef..3d2b4302 100644 --- a/openbox/menuframe.c +++ b/openbox/menuframe.c @@ -1289,7 +1289,7 @@ void menu_frame_select_previous(ObMenuFrame *self) } } } - menu_frame_select(self, it ? it->data : NULL, TRUE); + menu_frame_select(self, it ? it->data : NULL, FALSE); } void menu_frame_select_next(ObMenuFrame *self) @@ -1314,5 +1314,5 @@ void menu_frame_select_next(ObMenuFrame *self) } } } - menu_frame_select(self, it ? it->data : NULL, TRUE); + menu_frame_select(self, it ? it->data : NULL, FALSE); }