http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42764
User: guy
Date: 2012/05/21 08:52 PM
Log:
The GUI's state machine requires that, when reloading a capture after a
save, we post capture file callback events similar to the ones posted
when reading a capture - otherwise, the reload will leave the welcome
screen up.
Rename cf_cb_file_save_reload_finished to cf_cb_file_reload_finished,
add a cf_cb_file_reload_started callback, have them work similarly to
read_finished and read_started except that the reload uses "Reloading"
in the progress bar and status bar.
Clean up some indentation while we're at it.
Directory: /trunk/ui/gtk/
Changes Path Action
+8 -11 main.c Modified
+9 -14 main_statusbar.c Modified
Directory: /trunk/ui/qt/
Changes Path Action
+8 -4 wireshark_application.cpp Modified
Directory: /trunk/
Changes Path Action
+11 -12 file.c Modified
+8 -7 file.h Modified