Wireshark-commits: [Wireshark-commits] master bfcd1e6: Qt: Reset preferences when reloading Lua plu

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 10 Dec 2015 14:09:08 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bfcd1e65141c7929e447132fcb26f4044276ec20
Submitter: Stig Bj?rlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    Qt: Reset preferences when reloading Lua plugins
    
    Reading configuration files may duplicate some entries, so ensure
    we reset preferences before reloading.
    
    Change-Id: I746414cbc10c206ddf47669856f329b9e0202a0d
    Reviewed-on: https://code.wireshark.org/review/12496
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    

Actions performed:

    from  5062fe0   Revert "Added RTI TCP dissector"
    adds  bfcd1e6   Qt: Reset preferences when reloading Lua plugins


Summary of changes:
 ui/qt/main_window_slots.cpp     |    2 +-
 ui/qt/wireshark_application.cpp |   14 ++++++++------
 ui/qt/wireshark_application.h   |    2 +-
 wireshark-qt.cpp                |    2 +-
 4 files changed, 11 insertions(+), 9 deletions(-)