GNOME Bugzilla – Bug 704922
key-file: do not use deprecated loop_run_with_non_fatal_timeout()
Last modified: 2013-07-29 13:32:15 UTC
Created attachment 250188 [details] [review] key-file: do not use deprecated loop_run_with_non_fatal_timeout() Replace loop_run_with_non_fatal_timeout() by loop_run_with_timeout()
Review of attachment 250188 [details] [review]: Go for it.
Could you or someone else apply it, as I don't have commit access. Thanks.
Comment on attachment 250188 [details] [review] key-file: do not use deprecated loop_run_with_non_fatal_timeout() Committed to master with some changes which ensure the tests still actually pass. commit e43bc1e4b33ba211712fbf0b04e29406d511e983 Author: Gustavo Padovan <gustavo.padovan@collabora.co.uk> Date: Fri Jul 26 10:48:33 2013 +0100 key-file: do not use deprecated loop_run_with_non_fatal_timeout() Closes: https://bugzilla.gnome.org/show_bug.cgi?id=704922 NEWS | 1 + tests/key-file/individual-retrieval.vala | 16 +++++++++++++--- 2 files changed, 14 insertions(+), 3 deletions(-)