maemo.org Bugzilla – Bug 4749
hildon.TimeButton lacks .get_time()
Last modified: 2009-07-16 18:03:32 UTC
You need to log in before you can comment on or make changes to this bug.
SOFTWARE VERSION: python-hildon version: 0.9.0-1maemo8 STEPS TO REPRODUCE THE PROBLEM: 1) Use the time selection widgets used in Fremantle: hildon.TimeButton 2) Try get the time with .get_time() EXPECTED OUTCOME: get_time() is available to get the selected time easily. ACTUAL OUTCOME: get_time() isn't available OTHER COMMENTS: This function seems defined in the .defs file, but it's not working. Other similar functions as set_time from the same widget or get_date from the DateButton are working too.
Created an attachment (id=1254) [details] Testcase to hit the bug
Fixed in SVN trunk (r1221). Will be on next python-hildon version (0.9.0-1maemo9).
Verified. Thanks!