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 d157f85c1..889366966 100644 --- a/gui/devices/240x240/res/ui.xml +++ b/gui/devices/240x240/res/ui.xml @@ -272,7 +272,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 971e6371f..d8fec3bcc 100644 --- a/gui/devices/280x280/res/ui.xml +++ b/gui/devices/280x280/res/ui.xml @@ -272,7 +272,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 4678e855f..ee6a731a4 100644 --- a/gui/devices/320x320/res/ui.xml +++ b/gui/devices/320x320/res/ui.xml @@ -272,7 +272,7 @@ <object type="action"> <touch key="power" /> - <action function="overlay">lock</action> + <action function="key">back</action> </object> <object type="action"> |