]> Dogcows Code - chaz/openbox/commitdiff
only hide menus if theyre supposed to when executing
authorDana Jansens <danakj@orodu.net>
Sun, 31 Aug 2003 18:58:10 +0000 (18:58 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 31 Aug 2003 18:58:10 +0000 (18:58 +0000)
openbox/menuframe.c

index 7052296e14fadec50bd60e50e3fb79f2413cf49e..640e860e3458ce2ea56078a090d9ee71b162fba7 100644 (file)
@@ -667,7 +667,8 @@ void menu_entry_frame_execute(ObMenuEntryFrame *self, gboolean hide)
         ObClient *client = self->frame->client;
 
         /* release grabs before executing the shit */
-        menu_frame_hide_all();
+        if (hide)
+            menu_frame_hide_all();
 
         if (func)
             func(entry, data);
This page took 0.022669 seconds and 4 git commands to generate.