Wireshark-commits: [Wireshark-commits] master 599dd4f: Qt: Do not close file while trying to open n

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 3 Mar 2015 07:38:00 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=599dd4ffcc31bb03e44fd4ed72db4d6b8fbc38f0
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

599dd4f by Michael Oed (michael.oed@xxxxxxxxx):

    Qt: Do not close file while trying to open new one
    
    Wireshark QT will close current opened file when popup open dialogue (File -> open), instead of keeping current file opened till new file is to be opened
    
    Bug: 10962
    Change-Id: I2062514ae648c95492e0160953c80d5303b8aba2
    Reviewed-on: https://code.wireshark.org/review/7452
    Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    

Actions performed:

    from  1a54112   Add tvb_get_ether_name
    adds  599dd4f   Qt: Do not close file while trying to open new one


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