mirror of https://github.com/GNOME/gimp.git
Merged from trunk:
2007-11-16 Sven Neumann <sven@gimp.org> Merged from trunk: * libgimpconfig/gimpcolorconfig.c: changed default value for using the system monitor profile. Many users seem to have broken monitor profiles and it's hard to figure out how to fix this (bug #496890). svn path=/branches/gimp-2-4/; revision=24171
This commit is contained in:
parent
4b0414007d
commit
2268f0dc1b
|
@ -1,3 +1,11 @@
|
|||
2007-11-16 Sven Neumann <sven@gimp.org>
|
||||
|
||||
Merged from trunk:
|
||||
|
||||
* libgimpconfig/gimpcolorconfig.c: changed default value for using
|
||||
the system monitor profile. Many users seem to have broken monitor
|
||||
profiles and it's hard to figure out how to fix this (bug #496890).
|
||||
|
||||
2007-11-15 Sven Neumann <sven@gimp.org>
|
||||
|
||||
Merged from trunk:
|
||||
|
|
|
@ -132,7 +132,7 @@ gimp_color_config_class_init (GimpColorConfigClass *klass)
|
|||
GIMP_CONFIG_INSTALL_PROP_BOOLEAN (object_class, PROP_DISPLAY_PROFILE_FROM_GDK,
|
||||
"display-profile-from-gdk",
|
||||
DISPLAY_PROFILE_FROM_GDK_BLURB,
|
||||
TRUE,
|
||||
FALSE,
|
||||
GIMP_PARAM_STATIC_STRINGS);
|
||||
GIMP_CONFIG_INSTALL_PROP_PATH (object_class, PROP_PRINTER_PROFILE,
|
||||
"printer-profile", PRINTER_PROFILE_BLURB,
|
||||
|
|
Loading…
Reference in New Issue