Bug 895056 - Update page actions when they're created. r=wesj

This commit is contained in:
Shilpan Bhagat 2013-07-17 15:00:13 -07:00
parent 335f672423
commit ff92b9e326

View File

@ -55,6 +55,7 @@ public class PageActionLayout extends LinearLayout implements GeckoEventListener
mPageActionList = new LinkedHashMap<String, PageAction>();
setNumberShown(DEFAULT_PAGE_ACTIONS_SHOWN);
refreshPageActionIcons();
registerEventListener("PageActions:Add");
registerEventListener("PageActions:Remove");