GNOME Bugzilla – Bug 781448
time-selector: set the right lower bound
Last modified: 2017-04-18 12:34:41 UTC
.
Created attachment 349995 [details] [review] time-selector: set the right lower bound There was a typo in function name, which was only setting the upper bound for 24 hour time format. As the default lower bound is 0, no issue was known so far. But in cases like the user switched from 12 hour to 24 hour format there is a chance for some issues to appear as the lower bound of 12 Hour format is 1, and it won't be reset to 0 when the user has switched to 24 hour format.
Review of attachment 349995 [details] [review]: LGTM
Thanks for the patch! Attachment 349995 [details] pushed as cf787ea - time-selector: set the right lower bound