* Allow edit of internal file location on WebOS

This commit is contained in:
Morgan McMillian 2013-04-07 11:42:00 -04:00
parent cc94da6922
commit 4c1c8841ef
2 changed files with 2 additions and 1 deletions

View file

@ -90,7 +90,7 @@ enyo.kind({
{flex: 1, kind: "Input", name: "filepath", {flex: 1, kind: "Input", name: "filepath",
preferenceProperty: "filepath", preferenceProperty: "filepath",
hint: "file path", hint: "file path",
disabled: true disabled: false
} }
]}, ]},
{kind: "Item", layoutKind: "HFlexLayout", {kind: "Item", layoutKind: "HFlexLayout",

View file

@ -109,6 +109,7 @@ enyo.kind({
className: "enyo-box-input", owner:this.$.editView} className: "enyo-box-input", owner:this.$.editView}
); );
this.$.editView.render(); this.$.editView.render();
this.$.preferenceView.$.filepath.setDisabled(false);
} else { } else {
this.os = "unknown"; this.os = "unknown";
} }