Wireshark-commits: [Wireshark-commits] master cf1d07c: Qt: Apply selected bookmark display filter

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 4 Mar 2017 00:58:31 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cf1d07c8e371c48e73a27941e0e645230a0944d1
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

cf1d07c by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt: Apply selected bookmark display filter
    
    When selecting a display filter from the bookmark list this filter
    should be applied, because that's the most common action for a user.
    
    Holding down the the Alt key will only prepare the filter.
    
    Change-Id: I567ee8a2a70a3de07fea33fa5763d9efba591de3
    Reviewed-on: https://code.wireshark.org/review/20317
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  807fe8e   pluginIF: Allow en-/disable of elements
    adds  cf1d07c   Qt: Apply selected bookmark display filter


Summary of changes:
 ui/qt/display_filter_edit.cpp |    9 +++++++--
 ui/qt/display_filter_edit.h   |    2 +-
 ui/qt/main_window_slots.cpp   |    5 ++++-
 3 files changed, 12 insertions(+), 4 deletions(-)