mirror of https://github.com/GNOME/gimp.git
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:
parent
0edde674b7
commit
3dd5f19e65
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue