Re: [Gimp-developer] A typo in preferences_dialog.c

2001-03-05 Thread egger

On  4 Mar, Sven Neumann wrote:

 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.

 We should really start discussing which dependencies would be
 acceptable to introduce. I'd really like to see gconf for configuration
 files and freetype2 for fontrendering to get rid of the X dependency
 and the all time sucker "standard font tool". And I'd like to evaluate
 ORBit as alternative to the wire protocoll as well as (optional) bonobo
 for embedding of GIMP into other applications.

-- 

Servus,
   Daniel

___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer



Re: [Gimp-developer] A typo in preferences_dialog.c

2001-03-04 Thread Sven Neumann

Hi,

David Odin [EMAIL PROTECTED] 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.origSat 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
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer