mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 904111 - Fix for flyout reference to invalid object. r=tabraldes
This commit is contained in:
parent
918bcd58a2
commit
3dc9be5097
@ -383,7 +383,7 @@
|
|||||||
<deck id="updateDeck" orient="vertical">
|
<deck id="updateDeck" orient="vertical">
|
||||||
<hbox id="updateButtonBox" align="center">
|
<hbox id="updateButtonBox" align="center">
|
||||||
<button id="updateButton" align="start"
|
<button id="updateButton" align="start"
|
||||||
oncommand="FlyoutPanelsUI.AboutFlyout.appUpdater.buttonOnCommand();"/>
|
oncommand="FlyoutPanelsUI.AboutFlyoutPanel.appUpdater.buttonOnCommand();"/>
|
||||||
<spacer flex="1"/>
|
<spacer flex="1"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
<hbox id="checkingForUpdates" align="center">
|
<hbox id="checkingForUpdates" align="center">
|
||||||
|
Loading…
Reference in New Issue
Block a user