Wireshark-commits: [Wireshark-commits] master f22964d: Qt: Fix goto next/prev packet toolbar button
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 3 Mar 2017 19:35:59 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f22964da50418c6f3d7d9fef1c130d4887173351
Submitter: Stig Bjørlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    Qt: Fix goto next/prev packet toolbar buttons
    
    Use bitwise AND to check if a modifier bit is set.
    
    Also changed from MetaModifier to AltModifier to match the comment
    and the modifier key used in "Next/Previous Packet in History".
    
    Change-Id: I89072a1dfdd14a2beb7344a672cbc18a3ace8924
    Reviewed-on: https://code.wireshark.org/review/20359
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    

Actions performed:

    from  c79b5e0   Update documentation with reference to $XDG_CONFIG_HOME
    adds  f22964d   Qt: Fix goto next/prev packet toolbar buttons


Summary of changes:
 ui/qt/packet_list.cpp |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)