From 321b4afa541196cab0ce22ec9c0f00a467a71d6f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 10 Dec 2008 21:54:12 +0100 Subject: Convert two more users to g_timeout_add_seconds() --- audio/a2dp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'audio/a2dp.c') diff --git a/audio/a2dp.c b/audio/a2dp.c index af0cfe4d..454a8426 100644 --- a/audio/a2dp.c +++ b/audio/a2dp.c @@ -799,7 +799,8 @@ static void close_cfm(struct avdtp *session, struct avdtp_local_sep *sep, } if (setup->reconfigure) - g_timeout_add(RECONFIGURE_TIMEOUT, a2dp_reconfigure, setup); + g_timeout_add_seconds(RECONFIGURE_TIMEOUT, + a2dp_reconfigure, setup); } static gboolean abort_ind(struct avdtp *session, struct avdtp_local_sep *sep, -- cgit