Wireshark-commits: [Wireshark-commits] master e73fc7e: Qt: Removed applyRecentColumnWidths from rec

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 13 Dec 2015 18:51:02 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e73fc7e51e29382974e820bc72a859ef9caba693
Submitter: Stig Bj?rlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e73fc7e 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>
    

Actions performed:

    from  2290eba   [ppi] initialize phdr to 0
    adds  e73fc7e   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(-)