Set correct sensitivity for "Ignore All Packets".
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 22 Dec 2009 12:53:05 +0000 (12:53 +0000)
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 22 Dec 2009 12:53:05 +0000 (12:53 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31348 f5534014-38df-0310-8fa8-9805f1628bb7

gtk/menus.c

index e1a2930a6bc5fc6e33fc7c45512d65fb204bbd1a..9872120faf3135ac98aedb0fcb8ad6e4c17f5267 100644 (file)
@@ -2737,6 +2737,8 @@ set_menus_for_selected_packet(capture_file *cf)
                          cf->current_frame != NULL);
     set_menu_sensitivity(main_menu_factory, "/Edit/Ignore Packet (toggle)",
                          cf->current_frame != NULL);
+    set_menu_sensitivity(main_menu_factory, "/Edit/Ignore All Packets",
+                         cf->current_frame != NULL);
     set_menu_sensitivity(main_menu_factory, "/Edit/Un-Ignore All Packets",
                          cf->current_frame != NULL);
     set_menu_sensitivity(packet_list_menu_factory, "/Ignore Packet (toggle)",