Bug 312015 - Attachment > Download Folder directory is not updated. r=mscott.

git-svn-id: svn://10.0.0.236/trunk@182088 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mozilla.mano%sent.com 2005-10-12 14:43:13 +00:00
parent 2498262539
commit 29a5321630

View File

@ -54,7 +54,10 @@
<preference id="browser.download.useDownloadDir" name="browser.download.useDownloadDir" type="bool"/>
<preference id="browser.download.folderList" name="browser.download.folderList" type="int"/>
<preference id="browser.download.downloadDir" name="browser.download.downloadDir" type="file"/>
<preference id="browser.download.dir" name="browser.download.dir" type="file"/>
<preference id="browser.download.dir"
name="browser.download.dir"
type="file"
onchange="gDownloadsPane.readDownloadDirPref();"/>
<preference id="pref.downloads.disable_button.edit_actions"
name="pref.downloads.disable_button.edit_actions"
type="bool"/>