Qt: Set timestamp precision when changing profile

Change-Id: I85622a8e2689283017ba038ce61d98e22f1c1af3
Reviewed-on: https://code.wireshark.org/review/12403
Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
This commit is contained in:
Stig Bjørlykke 2015-12-03 10:32:25 +01:00
parent baa3eab78b
commit 28bb60fd48
1 changed files with 1 additions and 0 deletions

View File

@ -366,6 +366,7 @@ void WiresharkApplication::setConfigurationProfile(const gchar *profile_name)
set_last_open_dir(recent.gui_fileopen_remembered_dir);
}
timestamp_set_type (recent.gui_time_format);
timestamp_set_precision(recent.gui_time_precision);
timestamp_set_seconds_type (recent.gui_seconds_format);
color_filters_enable(recent.packet_list_colorize);
tap_update_timer_.setInterval(prefs.tap_update_interval);