]> Dogcows Code - chaz/openbox/blobdiff - openbox/menuframe.c
cache pipe menus without crashing!
[chaz/openbox] / openbox / menuframe.c
index fa9e8e9d9ab1ab59e1c93a9670f2615c663232e2..654cf2ba611932012f62394b10950a2ef8093758 100644 (file)
@@ -1058,8 +1058,6 @@ void menu_frame_hide_all()
     }
     if ((it = g_list_last(menu_frame_visible)))
         menu_frame_hide(it->data);
-
-    menu_clear_pipe_caches();
 }
 
 void menu_frame_hide_all_client(ObClient *client)
@@ -1070,8 +1068,6 @@ void menu_frame_hide_all_client(ObClient *client)
         if (f->client == client)
             menu_frame_hide(f);
     }
-
-    menu_clear_pipe_caches();
 }
 
 
This page took 0.020475 seconds and 4 git commands to generate.