mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
Bug 625676 - Disable Close and TaskSwitcher buttons on Maemo6 [r=mark.finkle]
This commit is contained in:
parent
4067abe043
commit
40a6a3af87
@ -218,7 +218,9 @@
|
||||
<box id="toolbar-moveable-container">
|
||||
<toolbar id="toolbar-main" class="panel-dark window-width">
|
||||
#ifdef MOZ_PLATFORM_MAEMO
|
||||
#if MOZ_PLATFORM_MAEMO != 6
|
||||
<toolbarbutton id="tool-app-switch" oncommand="BrowserUI.switchTask();"/>
|
||||
#endif
|
||||
#endif
|
||||
<hbox id="urlbar-container" flex="1" observes="bcast_urlbarState">
|
||||
<box id="identity-box" class="urlbar-cap-button"
|
||||
@ -254,7 +256,9 @@
|
||||
</hbox>
|
||||
</hbox>
|
||||
#ifndef ANDROID
|
||||
#if MOZ_PLATFORM_MAEMO != 6
|
||||
<toolbarbutton id="tool-app-close" class="urlbar-button" command="cmd_close"/>
|
||||
#endif
|
||||
#endif
|
||||
</toolbar>
|
||||
</box>
|
||||
|
Loading…
Reference in New Issue
Block a user