Hi, A very small an unimportant patch, to correct a typo in a comment in the bzip2 plugins (too much cut & paste?): --- gimp/plug-ins/common/bz2.c.orig Wed Aug 22 00:47:18 2001 +++ gimp/plug-ins/common/bz2.c Wed Aug 22 00:48:49 2001 @@ -362,7 +362,7 @@ tmpname = gimp_temp_name (ext + 1); #ifndef __EMX__ - /* fork off a g(un)zip and wait for it */ + /* fork off a bzip2 process and wait for it */ if ((pid = fork ()) < 0) { g_message ("bz2: fork failed: %s\n", g_strerror (errno)); Regards, DindinX -- dindinx@xxxxxxxxxx Honesty's the best policy. -- Miguel de Cervantes