http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43051
User: guy
Date: 2012/06/03 07:24 PM
Log:
Have a main_update_for_unsaved_changes() routine that, if changes are
made to the capture file (adding/removing/editing comments, for now) or
if a capture file with unsaved changes are unsaved, updates the menu
bar, the toolbar, *and* the titlebar, which now has a GNOME-style "*" to
indicate unsaved changes.
Make set_menus_for_capture_file() a private interface between main.c and
main_menubar.c, and have its callers, such as
main_update_for_unsaved_changes(), be responsible for updating the
toolbar as well.
Directory: /trunk/ui/gtk/
Changes Path Action
+1 -0 Makefile.common Modified
+0 -1 capture_file_dlg.c Modified
+0 -1 capture_if_dlg.c Modified
+0 -1 drag_and_drop.c Modified
+2 -3 edit_packet_comment_dlg.c Modified
+0 -1 export_sslkeys.c Modified
+21 -10 main.c Modified
+7 -0 main.h Modified
+1 -1 main_menubar.c Modified
+34 -0 main_menubar_private.h Added
+0 -6 menus.h Modified
(2 files not shown)