Wireshark-commits: [Wireshark-commits] master-2.2 45c75b2: Qt: mark bool and enum prefs as changed

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 12 Apr 2017 09:51:47 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=45c75b2d29361380ba0c7e782dacaaf77bb60792
Submitter: Stig Bjørlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

45c75b2 by Peter Wu (peter@xxxxxxxxxxxxx):

    Qt: mark bool and enum prefs as changed when modified via the menu
    
    When preferences are modified, these must be marked to ensure that the
    "prefs_changed" callback for Lua dissectors is invoked.
    
    Bug: 13536
    Change-Id: Ib93b2920ebefbc1532d3c6cd097f802a45ec6f35
    Reviewed-on: https://code.wireshark.org/review/21016
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    (cherry picked from commit 73e24b31de073dfbc7a3e89a811e99b104f1b5df)
    Reviewed-on: https://code.wireshark.org/review/21035
    

Actions performed:

    from  30bb914   packet-slsk.c: Fix (many potential) SLSK long dissector loops
    adds  45c75b2   Qt: mark bool and enum prefs as changed when modified via the menu


Summary of changes:
 ui/qt/protocol_preferences_menu.cpp |    2 ++
 1 file changed, 2 insertions(+)