Wireshark-commits: [Wireshark-commits] master 97f3c1b: Qt: Reload widgets using prefs when reloadin

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 18 Aug 2015 17:20:47 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=97f3c1b88ea0a5bc9ac0b02344ec5e0bf989811f
Submitter: Stig Bjørlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

97f3c1b by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt: Reload widgets using prefs when reloading Lua plugins
    
    Widgets using prefs must be closed because the prefs may have
    been free'd when reloading Lua plugins.
    
    Change-Id: I4b79b7aff18d7923c77a9eb05acadc29b156edbf
    Reviewed-on: https://code.wireshark.org/review/10108
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    

Actions performed:

    from  8fcdcb9   Improve file merging for mergecap and wireshark
    adds  97f3c1b   Qt: Reload widgets using prefs when reloading Lua plugins


Summary of changes:
 ui/qt/main_window_slots.cpp |    4 ++++
 ui/qt/proto_tree.cpp        |    5 +++++
 ui/qt/proto_tree.h          |    1 +
 3 files changed, 10 insertions(+)