mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
Forgot this as well: Load the icons from the $prefix/... directory.
Miguel.
This commit is contained in:
parent
824b7198ea
commit
3bcbc2856b
@ -1092,7 +1092,7 @@ load_image_icon_view (char *base)
|
||||
GdkImlibImage *im;
|
||||
char *f = concat_dir_and_file (ICONDIR, base);
|
||||
|
||||
im = gdk_imlib_load_image (base);
|
||||
im = gdk_imlib_load_image (f);
|
||||
g_free (f);
|
||||
return im;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user