From 7fb29bdc7cfd8836bf49d3a1220822a559cdbb07 Mon Sep 17 00:00:00 2001 From: Gerhard Gonter <ggonter@gmail.com> Date: Wed, 1 Jan 2014 08:43:10 +0100 Subject: [PATCH] default title is not part of an empty note --- perl/Gnome-Tomboy/lib/Tomboy/Note/Simple.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/Gnome-Tomboy/lib/Tomboy/Note/Simple.pm b/perl/Gnome-Tomboy/lib/Tomboy/Note/Simple.pm index a1bb0e3..bfd3962 100755 --- a/perl/Gnome-Tomboy/lib/Tomboy/Note/Simple.pm +++ b/perl/Gnome-Tomboy/lib/Tomboy/Note/Simple.pm @@ -89,7 +89,7 @@ sub new my $title= 'New Note ' . Tomboy::ts_ISO (); my $note= { - 'lines' => [ $title ], + 'lines' => [], 'title' => $title, }; foreach my $f (@fields_date) { $note->{$f}= Tomboy::ts_ISO() } -- GitLab