Wireshark-commits: [Wireshark-commits] rev 33823: /trunk/gtk/ /trunk/gtk/: menus.c

Date: Mon, 16 Aug 2010 23:26:39 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33823

User: guy
Date: 2010/08/16 04:26 PM

Log:
 No need to have the same separator line twice, once with the new packet
 list and once with the old packet list.
 
 Have Boolean variables for some of the predicates in
 set_menus_for_selected_packet(), to clarify what they're testing.
 
 Clean up indentation.
 
 Add some comments for various issues.
 
 (FYI, what "Restore the functionality of <Ctrl>A and <Ctrl>X to the
 filter textbox." means, in the comment for the previous checkin, "don't
 use <Ctrl>A or <Ctrl>X for our own purposes, so they work the same way
 they do in other applications using GTK+"; the checkin changed some menu
 items not to use <Ctrl>A and <Ctrl>X as accelerators.)

Directory: /trunk/gtk/
  Changes    Path          Action
  +111 -83   menus.c       Modified