Bug 761132 - Don't try to fetch display column on history items (r=margaret)

This commit is contained in:
Lucas Rocha 2012-06-04 11:05:45 -04:00
Родитель 70dd8fd4e2
Коммит 10d862efb8
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -481,7 +481,6 @@ public class AwesomeBarTabs extends TabHost {
byte[] favicon = cursor.getBlob(cursor.getColumnIndexOrThrow(URLColumns.FAVICON));
Integer bookmarkId = cursor.getInt(cursor.getColumnIndexOrThrow(Combined.BOOKMARK_ID));
Integer historyId = cursor.getInt(cursor.getColumnIndexOrThrow(Combined.HISTORY_ID));
Integer display = cursor.getInt(cursor.getColumnIndexOrThrow(Combined.DISPLAY));
// Use the URL instead of an empty title for consistency with the normal URL
// bar view - this is the equivalent of getDisplayTitle() in Tab.java