Public bug reported: Binary package hint: kipina
There is currently a bug in the GtkSpinButton: http://bugzilla.gnome.org/show_bug.cgi?id=307963 Basically the maximum value of a spin button is computed by MaxValue-PageSize. Because of the above bug, the maximum duration value in the minutes and seconds fields in the workout editor is only 49 instead of 59. The workaround for this bug is to set the page size of all GtkSpinButtons to zero. 1) Description: Ubuntu 9.04 Release: 9.04 2) kipina: Installed: 0.2.2-0ubuntu1 Candidate: 0.2.2-0ubuntu1 Version table: *** 0.2.2-0ubuntu1 0 500 http://archive.ubuntu.com jaunty/universe Packages 100 /var/lib/dpkg/status 3) In the calendar right click : Add -> workout brings up the workout editor using the spin button it is not possible to enter a duration between 50 and 59 minutes reason for this is the bug in gtkspinbutton: http://bugzilla.gnome.org/show_bug.cgi?id=307963 workaround: set pagesize to zero for all spin buttons. This is possible by searching for "GtkSpinButton" in xml/glade/*.glade files and setting the last value of <property name="adjustment">0 0 100000 1 10 0</property> to zero ** Affects: kipina (Ubuntu) Importance: Undecided Status: New -- kipina duration spin https://bugs.launchpad.net/bugs/398803 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
