Wireshark-commits: [Wireshark-commits] master-2.2 746b4fc: Qt: fix some menus activation when stopp
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 19 Sep 2016 05:51:38 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=746b4fcc18499bd272443e52ec45c11f69066f03
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

746b4fc by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    Qt: fix some menus activation when stopping a capture
    
    Call MainWindow::setMenusForCaptureFile() once the capture is finished
    While we are at it, let's deactivate Export PDU and Export Packet Bytes menus while capturing
    
    Bug: 12071
    Bug: 12898
    Change-Id: I8ab9d531135790b51cd630d3f548d0c47a4a60a5
    Reviewed-on: https://code.wireshark.org/review/17784
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    (cherry picked from commit d7a07deb195bfe51ad13096c23876babf2db5238)
    Reviewed-on: https://code.wireshark.org/review/17790
    

Actions performed:

    from  14f9048   [Automatic update for 2016-09-18]
    adds  746b4fc   Qt: fix some menus activation when stopping a capture


Summary of changes:
 ui/qt/main_window.cpp       |    4 ++--
 ui/qt/main_window_slots.cpp |    2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)