mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
fix some XBL insertion point warnings for bookmarks window & modern skin. r=sfraser, a=hyatt
This commit is contained in:
parent
de8d58f084
commit
47976cded2
@ -191,7 +191,7 @@
|
||||
<xul:text class="menubutton-single-text" inherits="value,crop,accesskey"/>
|
||||
<xul:image class="menubutton-single-icon"/>
|
||||
</xul:box>
|
||||
<children includes="menupopup,template"/>
|
||||
<children includes="menupopup|template"/>
|
||||
</content>
|
||||
</binding>
|
||||
|
||||
@ -201,7 +201,7 @@
|
||||
<xul:image class="menubutton-single-icon"/>
|
||||
<xul:text class="menubutton-single-text" inherits="value,crop,accesskey"/>
|
||||
</xul:box>
|
||||
<children includes="menupopup,template"/>
|
||||
<children includes="menupopup|template"/>
|
||||
</content>
|
||||
</binding>
|
||||
|
||||
|
@ -106,7 +106,7 @@
|
||||
<xul:box orient="vertical" autostretch="never" class="menu-right" inherits="menuactive,disabled">
|
||||
<xul:image/>
|
||||
</xul:box>
|
||||
<children includes="menupopup,template"/>
|
||||
<children includes="menupopup|template"/>
|
||||
</content>
|
||||
<implementation>
|
||||
<property name="data" onset="this.setAttribute('data',val); return val;"
|
||||
|
Loading…
Reference in New Issue
Block a user