mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 959209 - Thunderbird should use toolkit autocomplete widget, not the XPFE one. r=neil
This commit is contained in:
parent
4b2389ff01
commit
66e7b54851
@ -814,13 +814,8 @@ textbox[type="number"] {
|
||||
|
||||
/********** autocomplete textbox **********/
|
||||
|
||||
/* thunderbird and Nvu don't use the new toolkit's autocomplete widget yet.... */
|
||||
|
||||
%ifdef MOZ_THUNDERBIRD
|
||||
%define AUTOCOMPLETE_OLD_STYLE
|
||||
%elifdef MOZ_STANDALONE_COMPOSER
|
||||
%define AUTOCOMPLETE_OLD_STYLE
|
||||
%elifdef MOZ_SUITE
|
||||
/* SeaMonkey don't use the new toolkit's autocomplete widget yet.... */
|
||||
%ifdef MOZ_SUITE
|
||||
%define AUTOCOMPLETE_OLD_STYLE
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user