Update to download item. Has to be not a textfield, because the value is being used to store a complex type. This is workaround. In the future the pref store has to be with the XBL prefitem elements.

This commit is contained in:
mgalli%geckonnection.com 2006-02-14 05:11:21 +00:00
Родитель e90fe41832
Коммит fa398428b5
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -103,7 +103,7 @@
<hbox flex="1">
<textbox onchange="syncPref(this)" tabindex="54"
<box onchange="syncPref(this)" tabindex="54"
flex="1"
style="margin:3px ! important;"
id="downloadDir"
@ -114,7 +114,7 @@
<button id="chooseFolderButton" tabindex="55"
class='box-prefgroupitem'
label="Set Folder"
oncommand="downloadChooseFolder();"/>
oncommand="syncPref(document.getElementById('downloadDir'));downloadChooseFolder();"/>
</hbox>