Wireshark-commits: [Wireshark-commits] master 39a2d94: Fixup packet list selection.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 12 Jul 2015 20:00:04 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=39a2d9468b019c5c7de4b21eb497772b1336c36f
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

39a2d94 by Gerald Combs (gerald@xxxxxxxx):

    Fixup packet list selection.
    
    Be less aggressive about resetting the packet list model so that we
    retain our selection when (un)coloring packets or rebuilding columns.
    
    Correctly enable a colorization menu item while we're here.
    
    Change-Id: I8d1c8f26dbb8a814b8344b609695b77632006e4b
    Reviewed-on: https://code.wireshark.org/review/9608
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  a17bb6c   Update a comment.
    adds  39a2d94   Fixup packet list selection.


Summary of changes:
 ui/qt/main_window_slots.cpp |    3 ++-
 ui/qt/packet_list.cpp       |    5 ++---
 ui/qt/packet_list_model.cpp |    7 +++----
 3 files changed, 7 insertions(+), 8 deletions(-)