Bug 697469 - crash mozalloc_abort - Fennec process dies on tap of AwesomeBar [r=dougt]

This commit is contained in:
Brian Nicholson 2011-10-27 10:12:59 -07:00
Родитель 547454bd36
Коммит b5154706fd
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -518,7 +518,7 @@ public class AwesomeBarTabs extends TabHost {
setCurrentTabByTag(ALL_PAGES_TAB);
// The tabs should only be visible if there's no on-going search
int tabsVisibility = (searchTerm.isEmpty() ? View.VISIBLE : View.GONE);
int tabsVisibility = (searchTerm.length() == 0 ? View.VISIBLE : View.GONE);
getTabWidget().setVisibility(tabsVisibility);
// Perform the actual search