Wireshark-commits: [Wireshark-commits] master-2.2 90b4719: UI: Rename profiles without delete
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 31 Jan 2018 11:49:44 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=90b471903e2c29475f972eac56b22ccfa0a007f5
Submitter: Stig Bjørlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

90b4719 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>
    (cherry picked from commit 043b45e840bf742bb54749b2f4cec2a722109b79)
    Reviewed-on: https://code.wireshark.org/review/25524
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    

Actions performed:

    from  3b6b8dc   [Automatic update for 2018-01-28]
    adds  90b4719   UI: Rename profiles without delete


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