diff options
Diffstat (limited to 'gui/devices/320x480/res/ui.xml')
-rw-r--r-- | gui/devices/320x480/res/ui.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gui/devices/320x480/res/ui.xml b/gui/devices/320x480/res/ui.xml index 8a6308fda..4117f16db 100644 --- a/gui/devices/320x480/res/ui.xml +++ b/gui/devices/320x480/res/ui.xml @@ -1397,7 +1397,10 @@ <placement x="%col2_x%" y="%backup_button_row1%" w="%button_fill_main_width%" h="%button_fill_quarter_height%" /> <font resource="font" color="%button_text_color%" /> <text>Refresh Sizes</text> - <action function="refreshsizes"></action> + <actions> + <action function="refreshsizes"></action> + <action function="page">backup</action> + </actions> </object> <object type="button"> |