Wireshark-commits: [Wireshark-commits] master f5b816d: Qt: Check zero recent column width
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 27 Nov 2015 05:29:17 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f5b816d4c92e633453fe65dfa56d80ad32bab477
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f5b816d by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt: Check zero recent column width
    
    Hidden columns may have been stored with zero width, so ensure
    we always check for this when fetching.
    
    Change-Id: I625c05adccaf2d81198fdeeccf7feeb9a9eb82c2
    Reviewed-on: https://code.wireshark.org/review/12196
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  c51f207   [LDAP] Bugfix counting of search results.
    adds  f5b816d   Qt: Check zero recent column width


Summary of changes:
 ui/qt/packet_list.cpp |   49 +++++++++++++++++++++++++++----------------------
 ui/qt/packet_list.h   |    1 +
 2 files changed, 28 insertions(+), 22 deletions(-)