gimp r27899 - in trunk: . app/config
- From: martinn svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r27899 - in trunk: . app/config
- Date: Sat, 10 Jan 2009 13:57:54 +0000 (UTC)
Author: martinn
Date: Sat Jan 10 13:57:54 2009
New Revision: 27899
URL: http://svn.gnome.org/viewvc/gimp?rev=27899&view=rev
Log:
* app/config/gimpdisplayconfig.c: Allow marching ant speeds as
slow as one step per 10 seconds since for some remote sessions the
minimum of 1 step per second is too fast.
Modified:
trunk/ChangeLog
trunk/app/config/gimpdisplayconfig.c
Modified: trunk/app/config/gimpdisplayconfig.c
==============================================================================
--- trunk/app/config/gimpdisplayconfig.c (original)
+++ trunk/app/config/gimpdisplayconfig.c Sat Jan 10 13:57:54 2009
@@ -126,7 +126,7 @@
GIMP_CONFIG_INSTALL_PROP_INT (object_class, PROP_MARCHING_ANTS_SPEED,
"marching-ants-speed",
MARCHING_ANTS_SPEED_BLURB,
- 10, 1000, DEFAULT_MARCHING_ANTS_SPEED,
+ 10, 10000, DEFAULT_MARCHING_ANTS_SPEED,
GIMP_PARAM_STATIC_STRINGS);
GIMP_CONFIG_INSTALL_PROP_BOOLEAN (object_class, PROP_RESIZE_WINDOWS_ON_ZOOM,
"resize-windows-on-zoom",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]