papyros / files-app

The file manager for Papyros
GNU General Public License v3.0
28 stars 8 forks source link

FirstListItem.qml - ReferenceError: units is not defined #8

Closed justintime4tea closed 9 years ago

justintime4tea commented 9 years ago

Issue Description:

When attempting to run files-app I get a "not defined" error for "units"


Application stdout:

qml: inode/directory
qml/components/FileListItem.qml:51: ReferenceError: units is not defined
qml/components/FileListItem.qml:50: ReferenceError: units is not defined
qml/components/FileListItem.qml:55: ReferenceError: units is not defined
qml/components/FileListItem.qml:66: ReferenceError: units is not defined


Potential Fix:

Changing "units" to "Units" in the above listed files (simply capitalizing the U) fixes the reference error. This was most likely due to either a library change (less likely) or mistake when referencing units (not capitalizing, more likely)

Fixing in my fork and submitting pull-request

ricardomv commented 9 years ago

Fixed in #12