diff -r 584f27d87a9e -r 91fd3c99bba3 src/gaimrc.c --- a/src/gaimrc.c Fri Oct 20 00:35:30 2000 +0000 +++ b/src/gaimrc.c Fri Oct 20 03:35:38 2000 +0000 @@ -694,8 +694,11 @@ if (p->value[0][0]) sound_file[i] = g_strdup(p->value[0]); - else +/* else sound_file[i] = NULL; + Removed by Rob. Kill me if this is retarded. + Tis was causing segfaults on PPC machines, though. +*/ } }