Wireshark-commits: [Wireshark-commits] master 70b2967: wlan_statistics_dialog (Qt): Fix display whe
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 30 Oct 2016 08:51:28 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=70b29676b7b829db14a72c9f6522e17d6b2d67cc
Submitter: Roland Knall (rknall@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

70b2967 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    wlan_statistics_dialog (Qt): Fix display when there is no packets_
    
    Make sure we don't pass an invalid value to PercentBarDelegate. Make
    sure PercentBarDelegate handles invalid values more gracefully.
    
    Change-Id: I18f07542be3432d0fcf5dff479eef2ea4d5e7931
    Reviewed-on: https://code.wireshark.org/review/18276
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  f184dff   sip: fix Authorization header with mixed quoted parameters
    adds  70b2967   wlan_statistics_dialog (Qt): Fix display when there is no packets_


Summary of changes:
 ui/qt/percent_bar_delegate.cpp   |   11 ++++++++++-
 ui/qt/wlan_statistics_dialog.cpp |    7 +++++--
 2 files changed, 15 insertions(+), 3 deletions(-)