http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43053
User: guy
Date: 2012/06/03 08:15 PM
Log:
Add some more routines to main.c that handle updates to "auto scroll in
live capture" and colorization, so that the ones in main_menubar.c don't
have to know about anything other than the main menubar.
Move some toolbar routines that should only be used by routines in
main.c into a main_toolbar_private.h header.
Directory: /trunk/ui/gtk/
Changes Path Action
+1 -0 Makefile.common Modified
+1 -2 capture_dlg.c Modified
+30 -1 main.c Modified
+12 -0 main.h Modified
+5 -23 main_menubar.c Modified
+8 -0 main_menubar_private.h Modified
+3 -3 main_toolbar.c Modified
+0 -17 main_toolbar.h Modified
+46 -0 main_toolbar_private.h Added
+0 -8 menus.h Modified
+1 -1 new_packet_list.c Modified