Hi, David Odin <David.Odin@xxxxxxxxxxx> writes: > By lurking into the gimp sources, I've noticed a small typo in > app/preferences_dialog.c (today's cvs) > > Here is a patch fixing this: > -------------------------------------8<------------------------------ > --- gimp/app/preferences_dialog.c.orig Sat Mar 3 03:04:42 2001 > +++ gimp/app/preferences_dialog.c Sat Mar 3 03:05:11 2001 > @@ -684,7 +684,7 @@ > if (trust_dirty_flag != old_trust_dirty_flag) > { > update = g_list_append (update, "trust-dirty-flag"); > - remove = g_list_append (update, "dont-trust-dirty-flag"); > + remove = g_list_append (remove, "dont-trust-dirty-flag"); > } > if (use_help != old_use_help) > { > ------------------------------------->8------------------------------ Oh, that preferences code really sucks. Hope we will be able to redo it properly for 1.4 (eventually using gconf ?!). Anyway, thanks for the patch, I'll apply it to both branches. Salut, Sven