Wireshark-commits: [Wireshark-commits] master 8ee0be1: Qt: Restore the filename in the status bar.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 10 Jan 2016 23:02:48 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8ee0be1513843895399ad4e09ba0fc4eca48b87b
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8ee0be1 by Gerald Combs (gerald@xxxxxxxx):

    Qt: Restore the filename in the status bar.
    
    Change isNull checks to isEmpty. This keeps us from pushing an empty
    field status and clobbering the file name in the status bar. Make sure
    we do the same for other statuses.
    
    Change-Id: I68ea669bdafc6e1177c1b8aaa07781464371de96
    Reviewed-on: https://code.wireshark.org/review/13175
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  20f1100   LPP: upgrade dissector to v13.0.0
    adds  8ee0be1   Qt: Restore the filename in the status bar.


Summary of changes:
 ui/qt/main_status_bar.cpp |   16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)