kipina duration spin

Bug #398803 reported by felix
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kipina (Ubuntu)
New
Undecided
Unassigned

Bug Description

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

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.