Skip to content
Snippets Groups Projects
Commit 7fb29bdc authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

default title is not part of an empty note

parent 8d154461
No related branches found
No related tags found
No related merge requests found
...@@ -89,7 +89,7 @@ sub new ...@@ -89,7 +89,7 @@ sub new
my $title= 'New Note ' . Tomboy::ts_ISO (); my $title= 'New Note ' . Tomboy::ts_ISO ();
my $note= my $note=
{ {
'lines' => [ $title ], 'lines' => [],
'title' => $title, 'title' => $title,
}; };
foreach my $f (@fields_date) { $note->{$f}= Tomboy::ts_ISO() } foreach my $f (@fields_date) { $note->{$f}= Tomboy::ts_ISO() }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment