save new filename in $desktop_file.

This commit is contained in:
Peter J. Holzer 2014-08-30 11:19:12 +02:00
parent 2c8e3190aa
commit 3af08cce5e
1 changed files with 1 additions and 0 deletions

View File

@ -101,4 +101,5 @@ sub replace {
print $fh "$k=$desktop_file->{content_fields}{$k}\n"; print $fh "$k=$desktop_file->{content_fields}{$k}\n";
} }
close($fh); close($fh);
$desktop_file->{filename} = $filename;
} }