am bffb0a25: Merge "Fix bug 3237638 - make it easy to change a "refresh" AB button/icon into the indeterminate progress icon" into honeycomb

* commit 'bffb0a2586751fc409e57cee5382cfd2ec6543de':
  Fix bug 3237638 - make it easy to change a "refresh" AB button/icon into the indeterminate progress icon
This commit is contained in:
Adam Powell
2011-01-24 14:26:01 -08:00
committed by Android Git Automerger

View File

@@ -690,6 +690,7 @@ public final class MenuItemImpl implements MenuItem {
public MenuItem setActionView(View view) { public MenuItem setActionView(View view) {
mActionView = view; mActionView = view;
mMenu.onItemActionRequestChanged(this);
return this; return this;
} }