diff options
Diffstat (limited to 'src/formatimporter.cpp')
-rw-r--r-- | src/formatimporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/formatimporter.cpp b/src/formatimporter.cpp index f6ea820..ea26091 100644 --- a/src/formatimporter.cpp +++ b/src/formatimporter.cpp @@ -197,7 +197,7 @@ TQDomElement FormatImporter::importBasket(const TQString &folderName) disposition.setAttribute("mindMap", "false"); disposition.setAttribute("columnCount", "1"); disposition.setAttribute("free", "false"); - bool isCheckList = XMLWork::trueOrFalse( XMLWork::getElementText(properties, "showCheckBoxes", false) ); + bool isCheckList = XMLWork::trueOrFalse( XMLWork::getElementText(properties, "showCheckBoxes", "") ); // Insert all notes in a group (column): 1/ rename "items" to "group", 2/ add "notes" to root, 3/ move "group" into "notes" TQDomElement column = XMLWork::getElement(docElem, "items"); |