From df316a0143d82b2149af46666046979dc0892dc5 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Fri, 22 Aug 2003 10:46:09 +0000 Subject: [PATCH] r3005: Ignore keybindings on appmenu items (need a way to disable these completely, or make them useful). --- ROX-Filer/src/menu.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ROX-Filer/src/menu.c b/ROX-Filer/src/menu.c index c93984d8..aff75729 100644 --- a/ROX-Filer/src/menu.c +++ b/ROX-Filer/src/menu.c @@ -836,6 +836,8 @@ static void menu_closed(GtkWidget *widget) view_clear_selection(window_with_focus->view); window_with_focus->temp_item_selected = FALSE; } + + appmenu_remove(); } static void target_callback(FilerWindow *filer_window, -- 2.11.4.GIT