diff options
Diffstat (limited to '')
-rw-r--r-- | gui/devices/240x240/res/ui.xml | 2 | ||||
-rw-r--r-- | gui/devices/280x280/res/ui.xml | 2 | ||||
-rw-r--r-- | gui/devices/320x320/res/ui.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gui/devices/240x240/res/ui.xml b/gui/devices/240x240/res/ui.xml index 7448ae5ec..f1cd46110 100644 --- a/gui/devices/240x240/res/ui.xml +++ b/gui/devices/240x240/res/ui.xml @@ -273,7 +273,7 @@ <object type="action"> <touch key="power" /> - <action function="overlay">lock</action> + <action function="key">back</action> </object> <object type="action"> diff --git a/gui/devices/280x280/res/ui.xml b/gui/devices/280x280/res/ui.xml index ae8c27d3f..24e6e4ce5 100644 --- a/gui/devices/280x280/res/ui.xml +++ b/gui/devices/280x280/res/ui.xml @@ -273,7 +273,7 @@ <object type="action"> <touch key="power" /> - <action function="overlay">lock</action> + <action function="key">back</action> </object> <object type="action"> diff --git a/gui/devices/320x320/res/ui.xml b/gui/devices/320x320/res/ui.xml index 4a03855ef..6558d0b23 100644 --- a/gui/devices/320x320/res/ui.xml +++ b/gui/devices/320x320/res/ui.xml @@ -273,7 +273,7 @@ <object type="action"> <touch key="power" /> - <action function="overlay">lock</action> + <action function="key">back</action> </object> <object type="action"> |