Wireshark-commits: [Wireshark-commits] master 7fe45cc: Qt: fix GoToPacket when Voip Calls dialog is

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 29 Nov 2016 20:57:25 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7fe45cc0ec4e8bc1c3d5cd27c98feb8ecbb2b1b4
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

7fe45cc by Peter Wu (peter@xxxxxxxxxxxxx):

    Qt: fix GoToPacket when Voip Calls dialog is closed
    
    After opening the Call Flows dialog from the Voip Calls dialog, followed
    by closing the Voip Calls dialog, the Go To Packet functionality in the
    Call Flows dialog is broken. That happens because the signal is not
    proxied anymore.
    
    Just remove all these indirections via signals and directly update the
    selected packet.
    
    Change-Id: I9c6d519dbe800e4dfdf0407d832f17819b344e46
    Reviewed-on: https://code.wireshark.org/review/18933
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  f96ef34   3GPP NAS: shorten some value_string to avoid truncation during display
    adds  7fe45cc   Qt: fix GoToPacket when Voip Calls dialog is closed


Summary of changes:
 ui/qt/sequence_dialog.cpp   |    8 +++++---
 ui/qt/sequence_dialog.h     |    3 ---
 ui/qt/voip_calls_dialog.cpp |    3 ---
 3 files changed, 5 insertions(+), 9 deletions(-)