David Neary wrote: > Thus, I would like to propose having them on by default, and > turnoffable by expert users. > > Consider this a request for comments. It's a tiny thing - I just > want to see if there are any objections. To see just how tiny, there's a patch attached :) Cheers, Dave. -- David Neary, Lyon, France E-Mail: bolsh@xxxxxxxx
Index: gimpdisplayconfig.c =================================================================== RCS file: /cvs/gnome/gimp/app/config/gimpdisplayconfig.c,v retrieving revision 1.18 diff -u -r1.18 gimpdisplayconfig.c --- gimpdisplayconfig.c 1 Apr 2003 11:04:40 -0000 1.18 +++ gimpdisplayconfig.c 19 Jun 2003 15:11:45 -0000 @@ -181,7 +181,7 @@ 0); GIMP_CONFIG_INSTALL_PROP_BOOLEAN (object_class, PROP_SHOW_MENUBAR, "show-menubar", SHOW_MENUBAR_BLURB, - FALSE, + TRUE, 0); GIMP_CONFIG_INSTALL_PROP_BOOLEAN (object_class, PROP_SHOW_RULERS, "show-rulers", SHOW_RULERS_BLURB,