Wireshark-commits: [Wireshark-commits] master 4e236e6: Qt/Lua: Call atclose when TextWindow closes

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 31 Aug 2015 18:06:09 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4e236e66c9f7add5dbe7106f5445b410d0f9c148
Submitter: Stig Bjørlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4e236e6 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt/Lua: Call atclose when TextWindow closes
    
    The close callback was never called because the destructor was never called.
    
    Change-Id: I9f6204858bc5d5e48d0aedc90b0e242ab70e161c
    Reviewed-on: https://code.wireshark.org/review/10321
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    

Actions performed:

    from  7dd8349   NGHTTP2: Update to 1.3.0
    adds  4e236e6   Qt/Lua: Call atclose when TextWindow closes


Summary of changes:
 ui/qt/funnel_text_dialog.cpp |    8 ++++++++
 ui/qt/funnel_text_dialog.h   |    2 ++
 2 files changed, 10 insertions(+)