Merge pull request #100591 from LogicalOverflow/master

make-desktopitem: name was being used instead of desktopName
This commit is contained in:
maralorn
2020-10-18 13:10:22 +02:00
committed by GitHub

View File

@@ -30,7 +30,7 @@ let
"Icon" = nullableToString icon;
"Comment" = nullableToString comment;
"Terminal" = nullableToString terminal;
"Name" = toString name;
"Name" = toString desktopName;
"GenericName" = nullableToString genericName;
"MimeType" = nullableToString mimeType;
"Categories" = nullableToString categories;