* hildon-widgets/hildon-time-editor.c (hildon_time_editor_validate): removed the...
authorLuc Pionchon <luc.pionchon@nokia.com>
Fri, 2 Jun 2006 20:20:47 +0000 (20:20 +0000)
committerLuc Pionchon <luc.pionchon@nokia.com>
Fri, 2 Jun 2006 20:20:47 +0000 (20:20 +0000)
commit26c4c517cd8012c68dece135d1ed564f713b8bfc
tree8f82ed7dc7c7def8632b2b279e4459b6223fba47
parent91b75295e5b8a1cb7ffd57b943d85af950767f4a
* hildon-widgets/hildon-time-editor.c (hildon_time_editor_validate): removed the assinment of the error_widget, now just the highlight_callback can do it when it finished with it. Control that if we are already managing an error we don't start working in other.

(hildon_time_editor_inserted_text): added a control to stop insert
        handle if we are already managing an error, we have also blocked
        the focusout event before que grab focus to avoid another
        validation of the field.

        NB#30955

        * hildon-widgets/hildon-time-editor.c
        (highlight_callback): Removed the return in the middle of the
        function, now that situation is imposible. It was causing the
        interlock.
ChangeLog
hildon-widgets/hildon-time-editor.c