If you modify the end time manually by typing, and then click "Save" or "Save & Close", you get an error that says the end time is prior to the start time. How to reproduce: 1- create a new appointment 2- modify the start time older then the default end time 3- modify, by typing, the hour after the start time 4- click on save
yes, I can reproduce this and all similar cases.
the problem is that as long as cursor is in the field, gtk_spin_button_get_value_as_int() returns the old value instead of the actual new changed value. Need to workaround that somehow. It has irritated me always, but now I have reason to "fix" it.
Fixed in svn revision 24760. Note that this fix now moves your cursor to the title field. I do not quite like that, but could not find better (easy) way to fix it.
At least it _works_ now, and it doesn't look that awkward :) Thank you for the fix :)
Moving all bugs to new Orage product.