GNOME Bugzilla – Bug 521574
zenity --scale dialog's --value= option ignores the values higher then 100.
Last modified: 2008-03-17 19:25:19 UTC
The bug has been opened on https://bugs.launchpad.net/ubuntu/+source/zenity/+bug/185948 "Binary package hint: zenity zenity --scale --text=helo --min-value=1 --max-value=255 --step=1 --value=200. When the --value= option is set to a number higher then 100 the slider is always set to 100. zenity --scale --text=helo --min-value=1 --max-value=255 --step=1 --value=20 works fine."
Fixed in trunk and gnome-2-22 branch. Thanks for the report! 2008-03-17 Lucas Rocha <lucasr@gnome.org> * src/scale.c (zenity_scale): set value range before setting value in order to correctly set initial state (Fixes bug #521574).