Bug 410461 - "List of "Other" applications has no accessible names" [p=jmathies@mozilla.com (Jim Mathies) r=MarcoZ a1.9b3=beltzner]

git-svn-id: svn://10.0.0.236/trunk@244647 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
reed%reedloden.com
2008-02-01 02:13:59 +00:00
parent 8bf05b5d85
commit dd9849509a

View File

@@ -124,6 +124,7 @@ AppPicker.prototype =
var item = document.createElement("richlistitem");
item.setAttribute("id", "app-picker-item");
item.value = file;
item.label = this.getFileDisplayName(file.executable);
item.setAttribute("ondblclick", "g_dialog.appDoubleClick();");
var hbox1 = document.createElement("hbox");