Wireshark-commits: [Wireshark-commits] master e9d8769: Qt: Don't crash after "Save As".

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 22 May 2015 20:05:10 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e9d8769d5b3bf16e0820f727a39abeee5430e2db
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e9d8769 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Don't crash after "Save As".
    
    Rename "stay_closed" to "dont_reopen" to match cf_save_records and its
    GTK+ equivalent. Set "dont_reopen" to FALSE when we "Save As", otherwise
    we crash on Windows.
    
    Bug: 10904
    Change-Id: I4bb10abc230439e10cc55ffbd5595bfbc0a34b6f
    Reviewed-on: https://code.wireshark.org/review/8592
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  a34d696   p1: Fixed do_address for extension attributes
    adds  e9d8769   Qt: Don't crash after "Save As".


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