1
1

Forgot this as well: Load the icons from the $prefix/... directory.

Miguel.
Этот коммит содержится в:
Miguel de Icaza 1998-05-08 02:28:46 +00:00
родитель 824b7198ea
Коммит 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;
}