summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/BrowserHistoryPage.java
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-01-20 16:59:23 -0800
committerJohn Reck <jreck@google.com>2011-01-20 17:44:04 -0800
commit177746d05e1ceefe8421a4fdab7407e1d17b46d6 (patch)
treecae901850e13b292c9e46b1003720f566a46c056 /src/com/android/browser/BrowserHistoryPage.java
parent3f24ba289897891c7ada52824828558a8e95f8bc (diff)
downloadandroid_packages_apps_Gello-177746d05e1ceefe8421a4fdab7407e1d17b46d6.tar.gz
android_packages_apps_Gello-177746d05e1ceefe8421a4fdab7407e1d17b46d6.tar.bz2
android_packages_apps_Gello-177746d05e1ceefe8421a4fdab7407e1d17b46d6.zip
Remove the bookmark star from history context menu
Bug: 3374340 The star isn't supposed to be in the context menu, removed Change-Id: I2dbd59ca32f7bec66468adf8b9c76ba1a425a94a
Diffstat (limited to 'src/com/android/browser/BrowserHistoryPage.java')
-rw-r--r--src/com/android/browser/BrowserHistoryPage.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/browser/BrowserHistoryPage.java b/src/com/android/browser/BrowserHistoryPage.java
index 5d8d153d..6ea2bffc 100644
--- a/src/com/android/browser/BrowserHistoryPage.java
+++ b/src/com/android/browser/BrowserHistoryPage.java
@@ -356,7 +356,7 @@ public class BrowserHistoryPage extends Fragment
// Setup the header
if (mContextHeader == null) {
- mContextHeader = new HistoryItem(parent);
+ mContextHeader = new HistoryItem(parent, false);
} else if (mContextHeader.getParent() != null) {
((ViewGroup) mContextHeader.getParent()).removeView(mContextHeader);
}