Update comments for plasma 5 default wallpaper script v2

This commit is contained in:
Aurélien COUDERC
2016-11-04 07:28:42 +00:00
parent c0d59e041b
commit d19cec47e3
+1 -1
View File
@@ -25,7 +25,7 @@ for (i in d) {
d[i].currentConfigGroup = Array('Wallpaper', 'org.kde.image', 'General')
if (!d[i].readConfig('Image')) {
// Only set up the wallpaper if the wallpaper image is empty (=default).
// Otherwise it means the user select a picture and we dont want to override that.
// Otherwise it means the user selected a picture and we dont want to override that.
d[i].writeConfig('Image', 'DebianTheme');
}
}