diff options
| author | Jonathan Bauer | 2011-04-25 15:30:30 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2011-04-25 15:30:30 +0200 |
| commit | 76f9e4bf6eccce658f98c2563226c84552647b15 (patch) | |
| tree | 5cf7a8c6c8ec2c33f13fa4ed9b4c837a0e025739 /src/fbgui.h | |
| parent | preload & loadsystem lighter theme (diff) | |
| download | fbgui-76f9e4bf6eccce658f98c2563226c84552647b15.tar.gz fbgui-76f9e4bf6eccce658f98c2563226c84552647b15.tar.xz fbgui-76f9e4bf6eccce658f98c2563226c84552647b15.zip | |
loading system page improved display logic
Diffstat (limited to 'src/fbgui.h')
| -rw-r--r-- | src/fbgui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fbgui.h b/src/fbgui.h index 80cbb25..9d19ec2 100644 --- a/src/fbgui.h +++ b/src/fbgui.h @@ -113,7 +113,7 @@ private slots: // reboot the system void performReboot(); // Kexec - void loadSystem(); + void showLoadSystem(); void prepareKexec(); void runKexec(); void quitSuccess(); |
