Wireshark-commits: [Wireshark-commits] master-2.6 95ecbd1: Qt: do not adjust the time origin for em

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 06 Aug 2019 00:44:03 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=95ecbd1119ec9b8b219b96774b31fd8ef49f2ce5
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark

Commits:

95ecbd1 by Peter Wu (peter@xxxxxxxxxxxxx):

    Qt: do not adjust the time origin for empty graphs
    
    If a graph does not contain any visible data (for example, "TCP Errors"
    in a capture without TCP packets), the start offset is bogus. Ignore it
    to avoid Time of Day being displayed as 01.01.1970.
    
    Bug: 15247
    Change-Id: I0e0a113dac6aebd42a4b48b89bbf563e96a8807a
    Reviewed-on: https://code.wireshark.org/review/34129
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit c11fe6483408817255980281828c6edbaece60fe)
    Reviewed-on: https://code.wireshark.org/review/34193
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  5874a6f   [Automatic update for 2019-08-04]
     add  95ecbd1   Qt: do not adjust the time origin for empty graphs


Summary of changes:
 ui/qt/io_graph_dialog.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)