Wireshark-commits: [Wireshark-commits] master da5eba6: Fix QCocoaMenu errors.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 23 Jul 2015 20:38:01 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=da5eba636a1bb4de2a5e09a1ec7e4191fbe77976
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

da5eba6 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Fix QCocoaMenu errors.
    
    In PacketList and ProtoTree, create our own QMenus instead of stealing
    actions from the main window. This only fixes the errors listed in bug
    10890. Add "to do" items for other bugs.
    
    Bug: 10890
    Change-Id: I1c7ce8e4b863de95b2836e0cdcfb25824fe21edd
    Reviewed-on: https://code.wireshark.org/review/9760
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  dc6d376   Update the release notes.
    adds  da5eba6   Fix QCocoaMenu errors.


Summary of changes:
 ui/qt/packet_list.cpp |   38 +++++++++++++++++---------------------
 ui/qt/proto_tree.cpp  |   31 +++++++++++++++----------------
 2 files changed, 32 insertions(+), 37 deletions(-)