The GUI's state machine requires that, when reloading a capture after a
authorGuy Harris <guy@alum.mit.edu>
Tue, 22 May 2012 03:52:12 +0000 (03:52 -0000)
committerGuy Harris <guy@alum.mit.edu>
Tue, 22 May 2012 03:52:12 +0000 (03:52 -0000)
commit90c43120ca914ca400e682f9e32e38887cd83269
treecea9bd1151a72bef785296474a0e7282eeab6598
parentd231102428a43bef635801718838aa406719e5a0
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.

svn path=/trunk/; revision=42764
file.c
file.h
ui/gtk/main.c
ui/gtk/main_statusbar.c
ui/qt/wireshark_application.cpp