mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-18 17:29:28 +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;
|
GdkImlibImage *im;
|
||||||
char *f = concat_dir_and_file (ICONDIR, base);
|
char *f = concat_dir_and_file (ICONDIR, base);
|
||||||
|
|
||||||
im = gdk_imlib_load_image (base);
|
im = gdk_imlib_load_image (f);
|
||||||
g_free (f);
|
g_free (f);
|
||||||
return im;
|
return im;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user