URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=55e74ba841126797b2a5b82142fb1db8f61a1288
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
55e74ba by Stig Bjørlykke (stig@xxxxxxxxxxxxx):
Qt: Write recent before applying profile changes
The selected profile may be renamed in apply_profile_changes()
so write the recent file before renaming the directory to ensure that
we reload the latest changes.
Change-Id: I8988a00647926d93b0a1903090aadc8c61f1a34e
Reviewed-on: https://code.wireshark.org/review/25516
Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 043b45e UI: Rename profiles without delete
adds 55e74ba Qt: Write recent before applying profile changes
Summary of changes:
ui/qt/profile_dialog.cpp | 14 ++++++++++++--
ui/qt/wireshark_application.cpp | 3 +++
ui/qt/wireshark_application.h | 1 +
3 files changed, 16 insertions(+), 2 deletions(-)