From b46d55551fbdab486b2142f393b13c56f2ff3204 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Sun, 13 Mar 2016 11:30:25 +0100 Subject: [PATCH] Lua: Apply prefs when reload Lua plugins MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I9003fd8c4eb52a868ad88b7ea00b6cf0e70e5c90 Reviewed-on: https://code.wireshark.org/review/14440 Reviewed-by: Stig Bjørlykke --- ui/qt/main_window_slots.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/qt/main_window_slots.cpp b/ui/qt/main_window_slots.cpp index 66770d8b0b..ba179977f9 100644 --- a/ui/qt/main_window_slots.cpp +++ b/ui/qt/main_window_slots.cpp @@ -1455,6 +1455,7 @@ void MainWindow::reloadLuaPlugins() char *gdp_path, *dp_path; wsApp->readConfigurationFiles(&gdp_path, &dp_path, true); + prefs_apply_all(); fieldsChanged(); redissectPackets();