Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 90062a3: Qt: fix applying UINT preferences in base 8

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 5 Sep 2015 12:55:56 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=90062a32b747223e14adfb3d563ca37082887038
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

90062a3 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    Qt: fix applying UINT preferences in base 8 or 16
    
    While we are at it:
    - fix a crash when clicking on the cancel button from the preference modification context menu
    - redissect the packet list when modifying a preference from the context menu
    
    Bug: 11502
    Change-Id: I7269f7093f1f38c46ec7744fd619ab67f31eb4e7
    Reviewed-on: https://code.wireshark.org/review/10386
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  a35311d   Fix comments in dissect_6lowpan_iphc_nhc()
    adds  90062a3   Qt: fix applying UINT preferences in base 8 or 16


Summary of changes:
 ui/qt/module_preferences_scroll_area.cpp |    2 +-
 ui/qt/preference_editor_frame.cpp        |   12 ++++++++++--
 2 files changed, 11 insertions(+), 3 deletions(-)