From bc0d5d40ed39c92dcdf62ae891a2e99c25237d74 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 29 Oct 2013 14:04:54 -0400 Subject: Bug 710797 - Name all the timeouts added with g_timeout_add() --- plugins/mail-notification/mail-notification.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/mail-notification/mail-notification.c') diff --git a/plugins/mail-notification/mail-notification.c b/plugins/mail-notification/mail-notification.c index f68cf35c41..1d26f742af 100644 --- a/plugins/mail-notification/mail-notification.c +++ b/plugins/mail-notification/mail-notification.c @@ -190,7 +190,7 @@ connection_closed_cb (GDBusConnection *pconnection, g_object_unref (connection); connection = NULL; - g_timeout_add (3000, reinit_gdbus, NULL); + e_named_timeout_add (3000, reinit_gdbus, NULL); } static gboolean -- cgit v1.2.3