Add filename to the emacs proposed file.
This commit is contained in:
parent
f1f3d31199
commit
0d08eb65f4
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ END_ICAL
|
||||||
my $summary = $entry->property("summary");
|
my $summary = $entry->property("summary");
|
||||||
if (defined $summary) {
|
if (defined $summary) {
|
||||||
die("Multiple summary found in $veventFile") unless @{$summary} == 1;
|
die("Multiple summary found in $veventFile") unless @{$summary} == 1;
|
||||||
$summary->[0]->value($modString . ": " . $summary->[0]->value);
|
$summary->[0]->value($modString . ": " . $summary->[0]->value . " (from $veventFile)");
|
||||||
}
|
}
|
||||||
$newCalendar->add_entry($entry);
|
$newCalendar->add_entry($entry);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue