Wireshark-commits: [Wireshark-commits] master 4f6ed38: Interface List: Fix display of zero entries

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 13 Oct 2016 11:54:09 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4f6ed3852dcba51ef19604a090ecfc91bc997940
Submitter: Roland Knall (rknall@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4f6ed38 by Roland Knall (roland.knall@xxxxxxxxxxxxxxxxx):

    Interface List: Fix display of zero entries
    
    If WS is started with zero entries, no text is being displayed, and
    pushing a button does not yield the display of the list. This fixes
    it.
    
    Change-Id: I70b0637e5f95e805b54780afb7eb2e43b3e5f21c
    Reviewed-on: https://code.wireshark.org/review/18180
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  8b0e66f   Add support for 6P-sixtop protocol in the IEEE802.15.4 dissector.
    adds  4f6ed38   Interface List: Fix display of zero entries


Summary of changes:
 ui/qt/interface_frame.cpp             |   27 +++++++++++++++------------
 ui/qt/interface_frame.h               |    1 +
 ui/qt/interface_frame.ui              |    9 +++++++++
 ui/qt/interface_sort_filter_model.cpp |   15 +++++++++++++++
 ui/qt/interface_sort_filter_model.h   |    2 ++
 5 files changed, 42 insertions(+), 12 deletions(-)