Wireshark-commits: [Wireshark-commits] master 043b45e: UI: Rename profiles without delete

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 31 Jan 2018 04:53:21 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=043b45e840bf742bb54749b2f4cec2a722109b79
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

043b45e by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    UI: Rename profiles without delete
    
    Do not try to delete the old profile name after renaming.  In most
    cases it will not exist, but when using a case-insensitive file system
    this will delete the renamed profile if only changing capitalizations
    (first it's renamed and then it's deleted).
    
    Change-Id: I27d2d22d2353b09f2041d82ea1cf1bae37a1ce3d
    Reviewed-on: https://code.wireshark.org/review/25515
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  eda5c95   IO Graph: Add some vector checks.
    adds  043b45e   UI: Rename profiles without delete


Summary of changes:
 ui/profile.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)