Wireshark-commits: [Wireshark-commits] master d55cf13: Qt: Fix copy indicator for profile
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 25 Jul 2019 08:19:48 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d55cf134eb1b13c5377cffeaf019ca0464722a7b
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

d55cf13 by Roland Knall (rknall@xxxxxxxxx):

    Qt: Fix copy indicator for profile
    
    If a profile has been created as a copy from a user profile,
    and a global profile exists with the same name as the parent user
    profile, deleting the parent user profile mistakenly indicates,
    that the copy has been cerated with the parent global profile
    not the then deleted user profile
    
    Change-Id: I4d4c91de64b623a8553a3c51ad449988dfe8eec5
    Reviewed-on: https://code.wireshark.org/review/34079
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  faf5206   Qt: Various Profile UI Updates
     add  d55cf13   Qt: Fix copy indicator for profile


Summary of changes:
 ui/qt/models/profile_model.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)