Wireshark-commits: [Wireshark-commits] master-2.2 aa64a1b: Qt: fix file set menus when stopping a c

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 19 Sep 2016 05:53:49 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=aa64a1b38b17387abb7044a8dca6e5e4fdbad5f9
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

aa64a1b by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    Qt: fix file set menus when stopping a capture or opening a capture after startup
    
    Create file_set_dialog_ window at program start so that file set menu entries
    are properly populated
    
    Bug: 12904
    Change-Id: I597067da51808000683b15a19df646857082a867
    Reviewed-on: https://code.wireshark.org/review/17785
    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 7a7f0202857e0c08324454a7e8ef1b364403c581)
    Reviewed-on: https://code.wireshark.org/review/17791
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  746b4fc   Qt: fix some menus activation when stopping a capture
    adds  aa64a1b   Qt: fix file set menus when stopping a capture or opening a capture after startup


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