From: Sven Neumann <sven@xxxxxxxx> Date: 14 Jan 2003 14:27:22 +0100 Robert L Krawitz <rlk@xxxxxxxxxxxx> writes: > You'll notice that we've cribbed some code from libgimpui into our > UI library. This consists of some of the GIMP widgets that are just > too useful to pass up. I think it would have been wise to discuss this step with the GIMP developers beforehand. I haven't looked at your code so I don't know which parts you "cribbed" but it seems like a bad idea to have the same code in two places. Before you rip code out of a library you should at least contact the authors. Perhaps there's a way we can avoid maintainence nightmare and make these widgets available to other projects instead of forcing more people to copy the code. Good point. The specific parts that we borrowed are: gimp_table_attach_aligned gimp_scale_entry gimp_option_menu gimp_dialog This is still on the development tree, so we have plenty of time to work out a better way of doing this. -- Robert Krawitz <rlk@xxxxxxxxxxxx> Tall Clubs International -- http://www.tall.org/ or 1-888-IM-TALL-2 Member of the League for Programming Freedom -- mail lpf@xxxxxxxxxxxx Project lead for Gimp Print -- http://gimp-print.sourceforge.net "Linux doesn't dictate how I work, I dictate how Linux works." --Eric Crampton