Skip to content

Commit ff78165

Browse files
author
Alexis Lopez Zubieta
committed
Correct creation of empty entries
1 parent 8b5bac3 commit ff78165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DesktopEntry/AST/Entry.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ namespace XdgUtils {
2929

3030
if (!value.empty()) {
3131
valueValue = value;
32-
valueRaw = '=' + value;
3332
}
33+
valueRaw = '=' + value;
3434
}
3535

3636
std::string Entry::getValue() const {

0 commit comments

Comments
 (0)