mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
Revert "Don't include nsDownloadManagerUI if the Communicator version is used"
This reverts commit 853fe00ba0cb91d564031706ef82038e9a4619ed.
This commit is contained in:
parent
1f7a299e91
commit
3b0f343401
1 changed files with 3 additions and 4 deletions
|
|
@ -53,10 +53,9 @@ if CONFIG['OS_ARCH'] == 'WINNT':
|
|||
'nsDownloadScanner.cpp',
|
||||
]
|
||||
|
||||
# The Communicator Downloads Manager uses it's own DownloadManagerUI
|
||||
# component and it can't be guaranteed that it's implimentation will override
|
||||
# toolkit's so don't include toolkit's
|
||||
if not CONFIG['MOZ_SUITE'] or not CONFIG['BINOC_COMM_DLMGR']:
|
||||
# XXX - Until Suite builds off XULRunner we can't guarantee our implementation
|
||||
# of nsIDownloadManagerUI overrides toolkit's.
|
||||
if not CONFIG['MOZ_SUITE']:
|
||||
EXTRA_COMPONENTS += [
|
||||
'nsDownloadManagerUI.js',
|
||||
'nsDownloadManagerUI.manifest',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue