Wireshark-commits: [Wireshark-commits] master-3.2 b2db596: Qt: Fix Copy Description from context me
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 09 Mar 2020 21:10:14 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b2db59676e53877c72cc8da585c6127ce90e5619
Submitter: "Stig Bjørlykke <stig@xxxxxxxxxxxxx>"
Changed: branch: master-3.2
Repository: wireshark

Commits:

b2db596 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt: Fix Copy Description from context menu
    
    Fix Copy->Description from context menu in Packet List and
    Packet Dialog. This was broken in gf6534b8a.
    
    Align MainWindow::actionEditCopyTriggered() using the same procedure.
    
    Improve ProtoTree::ctxCopyVisibleItems().
    
    Bug: 16323
    Change-Id: I564b73c027019bc59629aa84098db8f307e92d40
    Reviewed-on: https://code.wireshark.org/review/36339
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit a2dc713c119d9a2058d55eaea7b08f4453c44ae8)
    Reviewed-on: https://code.wireshark.org/review/36349
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    

Actions performed:

    from  c48fac4   wsp: Remove lwm2m.dm length check
     add  b2db596   Qt: Fix Copy Description from context menu


Summary of changes:
 ui/qt/main_window_slots.cpp | 6 +++---
 ui/qt/proto_tree.cpp        | 7 ++++---
 2 files changed, 7 insertions(+), 6 deletions(-)