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

Miguel.
This commit is contained in:
Miguel de Icaza 1998-05-08 02:28:46 +00:00
parent 824b7198ea
commit 3bcbc2856b

View File

@ -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;
}