summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2016-03-13 11:30:25 +0100
committerStig Bjørlykke <stig@bjorlykke.org>2016-03-13 10:33:02 +0000
commitb46d55551fbdab486b2142f393b13c56f2ff3204 (patch)
treea8dec027286d92420a2e814759322006005de6cd /ui
parent39c11ce133d6f5201257abe0b937093caf45a5cb (diff)
downloadwireshark-b46d55551fbdab486b2142f393b13c56f2ff3204.tar.gz
Lua: Apply prefs when reload Lua plugins
Change-Id: I9003fd8c4eb52a868ad88b7ea00b6cf0e70e5c90 Reviewed-on: https://code.wireshark.org/review/14440 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/main_window_slots.cpp1
1 files changed, 1 insertions, 0 deletions
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();