Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 42764: /trunk/ /trunk/ui/gtk/: main.c main_statusbar.c /

Date: Tue, 22 May 2012 03:52:12 GMT
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