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

Commits:

ddf8b39 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)
    Conflicts:
    	ui/qt/main_window.cpp
    Reviewed-on: https://code.wireshark.org/review/17792
    

Actions performed:

    from  7678890   [Automatic update for 2016-09-18]
    adds  ddf8b39   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(-)