diff --git a/components/tvplanit/languages/vpsr.fi.po b/components/tvplanit/languages/vpsr.fi.po index 39cafe261..1e241808a 100644 --- a/components/tvplanit/languages/vpsr.fi.po +++ b/components/tvplanit/languages/vpsr.fi.po @@ -452,9 +452,10 @@ msgid "Error: Failure while creating Task." msgstr "" #: vpsr.rsfalse +#, fuzzy msgctxt "vpsr.rsfalse" msgid "F" -msgstr "" +msgstr "P" #: vpsr.rsfirstnamelbl msgid "First name:" diff --git a/components/tvplanit/source/vpnavbar.pas b/components/tvplanit/source/vpnavbar.pas index be74f22ed..65c8fbe5b 100644 --- a/components/tvplanit/source/vpnavbar.pas +++ b/components/tvplanit/source/vpnavbar.pas @@ -3071,6 +3071,9 @@ var folder: TVpNavFolder; TR: TRect; begin + if FActiveFolder = -1 then + exit; + {For container style folders...} {Hide the containers for all inactive folders}