Bug 959209 - Thunderbird should use toolkit autocomplete widget, not the XPFE one. r=neil

This commit is contained in:
Magnus Melin 2014-04-27 14:12:44 +03:00
parent 4b2389ff01
commit 66e7b54851

View File

@ -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