mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-19 10:02:45 -05:00
rbutiQt: fix a bug with font installation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14466 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
aabc1305bc
commit
8f9717ae6f
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,6 @@
|
|||
#include "installthemes.h"
|
||||
#include "uninstallwindow.h"
|
||||
#include "browseof.h"
|
||||
#include "multiinstaller.h"
|
||||
|
||||
#ifdef __linux
|
||||
#include <stdio.h>
|
||||
|
|
@ -604,6 +603,7 @@ void RbUtilQt::installFontsBtn()
|
|||
// create logger
|
||||
logger = new ProgressLoggerGui(this);
|
||||
logger->show();
|
||||
installFonts();
|
||||
}
|
||||
|
||||
bool RbUtilQt::installFontsAuto()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue