URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=04bb48bf2ca353ce76e4fa9a4725652506a42115
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
04bb48b by Roland Knall (rknall@xxxxxxxxx):
Qt: Fix various issues with the bookmark menu
Odering differed from the manage filter expression. Also, managing
filter expressions is called "Filter Button Preferences.." throughout
other functions. And finally it did not properly update the information
about the selected filter, if a new filter was saved or an existing
filter removed.
Change-Id: I005028cd0b741587f4c5f2f39612e36d5d7d6c25
Reviewed-on: https://code.wireshark.org/review/34958
Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
Actions performed:
from 1628bff Get rid of proto_tree_add_debug_text() calls
add 04bb48b Qt: Fix various issues with the bookmark menu
Summary of changes:
ui/qt/widgets/display_filter_edit.cpp | 94 ++++++++++++++++++++---------------
ui/qt/widgets/display_filter_edit.h | 2 +
ui/qt/wireshark_application.cpp | 3 --
3 files changed, 55 insertions(+), 44 deletions(-)