summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/BrowserHistoryPage.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/browser/BrowserHistoryPage.java')
-rw-r--r--src/com/android/browser/BrowserHistoryPage.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/com/android/browser/BrowserHistoryPage.java b/src/com/android/browser/BrowserHistoryPage.java
index 7c47460a6..23080f86b 100644
--- a/src/com/android/browser/BrowserHistoryPage.java
+++ b/src/com/android/browser/BrowserHistoryPage.java
@@ -135,8 +135,11 @@ public class BrowserHistoryPage extends ExpandableListActivity {
}
mDisableNewWindow = getIntent().getBooleanExtra("disable_new_window",
false);
+
+ // Register to receive icons in case they haven't all been loaded.
CombinedBookmarkHistoryActivity.getIconListenerSet()
.addListener(mIconReceiver);
+
Activity parent = getParent();
if (null == parent
|| !(parent instanceof CombinedBookmarkHistoryActivity)) {