Forgot this as well: Load the icons from the $prefix/... directory.
Miguel.
Этот коммит содержится в:
родитель
824b7198ea
Коммит
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;
|
||||||
}
|
}
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user