On Sat, Apr 28, 2001 at 09:51:28PM +1000, Shane Harper wrote: > Hi. > > Can someone please change all occurrences of > char psz_name[10]; > > in plugins/gnome/intf_gnome.c to > char psz_name[256]; > ? Thanks, I don't think we need 256, but 10 is not enough and I noticed that it wasn't even initialized in one of the funtions. I correct it. -- Stef