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

Wireshark-bugs: [Wireshark-bugs] [Bug 4055] Let show "Saving" in status bar and dialog, when Wir

Date: Sun, 27 Sep 2009 17:08:22 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4055


Valerio Messina <efa@xxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #3711|                            |review_for_checkin?
               Flag|                            |




--- Comment #1 from Valerio Messina <efa@xxxxxx>  2009-09-27 17:08:21 PDT ---
Created an attachment (id=3711)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=3711)
fix the show loading when saving bug

- Fix: since 'cf_read' is called everytime after 'cf_save', use a new parameter
for 'cf_read' and update the status bar and dialog box with "Saving" when
saving, without duplicate the code.
- added 'statusbar_pop_file_msg()' in 'statusbar_cf_file_save_started_cb()'
- changed 'file_read_start' to 'file_read_started' as other callback are all
'ed'
- changed 'file_safe' to 'file_save' as was a typo
- capitalize 'save' and 'reload' as all other strings are so
- added destription of new parameter for 'cf_read' in header file


-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.