ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master-1.12 905e77a: Fix problem where the profile bar moves

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 22 Nov 2014 16:07:58 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=905e77a86b2cec74c4e87f91290ea917df8ce657
Submitter: Jeff Morriss (jeff.morriss.ws@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

905e77a by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):

    Fix problem where the profile bar moves further left every time Wireshark is
    run.
    
    For the saved/restored geometry to be consistently correct we need to always
    show the expert info and capture file comment icons.  Disable them if no
    capture file is open.
    
    Bug: 10518
    Change-Id: I6e254f66a17f8f54f28cfbafb4e0f92e02cff70c
    Reviewed-on: https://code.wireshark.org/review/5404
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    Petri-Dish: Evan Huus <eapache@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    (cherry picked from commit e2b597a898df890db995ba3f8120df99cb65a42f)
    Reviewed-on: https://code.wireshark.org/review/5441
    Reviewed-by: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
    

Actions performed:

    from  fb308c7   display filter: the body of a range should only be a string, a field name or another range - not an unparsed element
    adds  905e77a   Fix problem where the profile bar moves further left every time Wireshark is run.


Summary of changes:
 ui/gtk/main_statusbar.c |   62 +++++++++++++++++++++++++++++++++++------------
 1 file changed, 46 insertions(+), 16 deletions(-)