app: the "Default" theme had been removed to "System" a long time ago.

Fix a "No such file or directory" error.
This commit is contained in:
Jehan 2018-05-01 05:00:30 +02:00 committed by Michael Natterer
parent 0edde674b7
commit 3dd5f19e65
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ themes_apply_theme (Gimp *gimp,
else
{
tmp = g_build_filename (gimp_data_directory (),
"themes", "Default", "gimp.css",
"themes", "System", "gimp.css",
NULL);
css_theme = g_file_new_for_path (tmp);
g_free (tmp);