diff options
Diffstat (limited to 'plugins/mail-notification')
-rw-r--r-- | plugins/mail-notification/mail-notification.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |