Wireshark-commits: [Wireshark-commits] master aa100e0: Don't show a progress frame if our file was

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 28 Aug 2015 21:16:21 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=aa100e0726dcade27a59f7962c465cfb7e61e284
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

aa100e0 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Don't show a progress frame if our file was closed.
    
    Change-Id: Ie363f6764f4e8b2b5c476b85f7ddb0233a127f6e
    Reviewed-on: https://code.wireshark.org/review/10290
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  c1c6132   Don't dissect twice from TapParameterDialog.
    adds  aa100e0   Don't show a progress frame if our file was closed.


Summary of changes:
 ui/qt/main_status_bar.cpp   |    3 ++-
 ui/qt/main_status_bar.h     |    2 +-
 ui/qt/main_window_slots.cpp |    4 ++--
 ui/qt/progress_frame.cpp    |   12 ++++++++++++
 ui/qt/progress_frame.h      |    1 +
 5 files changed, 18 insertions(+), 4 deletions(-)