Wireshark-commits: [Wireshark-commits] master-2.0 97a97ec: Qt: Removed applyRecentColumnWidths from
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=97a97ec113360bc83bb11a0997573779f8f92d4f
Submitter: Stig Bj?rlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
97a97ec by Stig Bjørlykke (stig@xxxxxxxxxxxxx):
Qt: Removed applyRecentColumnWidths from recentFilesRead
Adjusting column widths from recent settings is only needed
when columns has changed.
Don't recreate the columns when changing timestamp options or
name resolution, only reset columns.
Change-Id: I4c9a9f63c34542935dd282188d98b2b5b013c5f3
Reviewed-on: https://code.wireshark.org/review/12579
Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
(cherry picked from commit e73fc7e51e29382974e820bc72a859ef9caba693)
Reviewed-on: https://code.wireshark.org/review/12596
Actions performed:
from f0a4788 Explicitly specify the template for the mktemp command.
adds 97a97ec Qt: Removed applyRecentColumnWidths from recentFilesRead
Summary of changes:
ui/qt/main_window.cpp | 2 --
ui/qt/main_window_slots.cpp | 8 ++++----
ui/qt/packet_list.cpp | 10 +++++++---
ui/qt/packet_list.h | 3 ++-
4 files changed, 13 insertions(+), 10 deletions(-)