papyros / files-app

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

InfoSidebar.qml - ReferenceError: units is not defined #9

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/components/InfoSidebar.qml:29: ReferenceError: units is not defined
qml/components/InfoSidebar.qml:34: ReferenceError: units is not defined
qml/components/InfoSidebar.qml:41: ReferenceError: units is not defined
qml/components/InfoSidebar.qml:100: ReferenceError: units is not defined
qml/components/InfoSidebar.qml:111: ReferenceError: units is not defined
qml/components/InfoSidebar.qml:110: ReferenceError: units is not defined
qml/components/InfoSidebar.qml:107: 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