summaryrefslogtreecommitdiff
path: root/openbox/menuframe.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-10 18:48:58 +0000
committerDana Jansens <danakj@orodu.net>2007-06-10 18:48:58 +0000
commit6a79805b7c4116ee6ced87e78fb488f3274098ef (patch)
tree1713ec1aeb10774208083807d78e9edeb3dd4aa2 /openbox/menuframe.c
parente437dff20ca687a67b7ef3e9328b4045c25d0eb5 (diff)
cache pipe menus until the menus close
Diffstat (limited to 'openbox/menuframe.c')
-rw-r--r--openbox/menuframe.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbox/menuframe.c b/openbox/menuframe.c
index 654cf2ba..fa9e8e9d 100644
--- a/openbox/menuframe.c
+++ b/openbox/menuframe.c
@@ -1058,6 +1058,8 @@ 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)
@@ -1068,6 +1070,8 @@ void menu_frame_hide_all_client(ObClient *client)
if (f->client == client)
menu_frame_hide(f);
}
+
+ menu_clear_pipe_caches();
}