URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2717893f4faa668ee9530730bbf28e0fb8f27a88
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
2717893 by Michal Labedzki (michal.labedzki@xxxxxxxxx):
Qt: Protect against unintentional "no capture file" window status
If capture file was closed and we have some WiresharkDialogs opened,
then we still need to know filename of capture file
related to specific dialog.
Change-Id: I15f0e5176b87713bf747eead64021619d0bdf039
Reviewed-on: https://code.wireshark.org/review/11025
Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
(cherry picked from commit 78978ec63fc09c644131ce2472eec5fcf405b588)
Reviewed-on: https://code.wireshark.org/review/11350
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from c76c8a1 Bluetooth: ATT: Support two request at once
adds 2717893 Qt: Protect against unintentional "no capture file" window status
Summary of changes:
ui/qt/capture_file.cpp | 3 +--
ui/qt/capture_file_properties_dialog.cpp | 2 ++
ui/qt/follow_stream_dialog.cpp | 2 ++
ui/qt/gsm_map_summary_dialog.cpp | 2 ++
ui/qt/iax2_analysis_dialog.cpp | 2 ++
ui/qt/io_graph_dialog.cpp | 1 +
ui/qt/lte_mac_statistics_dialog.cpp | 2 ++
ui/qt/lte_rlc_statistics_dialog.cpp | 2 ++
ui/qt/mtp3_summary_dialog.cpp | 2 ++
ui/qt/multicast_statistics_dialog.cpp | 1 +
ui/qt/protocol_hierarchy_dialog.cpp | 2 ++
ui/qt/rtp_analysis_dialog.cpp | 2 ++
ui/qt/rtp_stream_dialog.cpp | 2 ++
ui/qt/sequence_dialog.cpp | 1 +
ui/qt/tap_parameter_dialog.cpp | 2 ++
ui/qt/traffic_table_dialog.cpp | 3 ++-
ui/qt/wireshark_dialog.cpp | 17 ++++++++++++++---
ui/qt/wireshark_dialog.h | 1 +
ui/qt/wlan_statistics_dialog.cpp | 2 ++
19 files changed, 45 insertions(+), 6 deletions(-)