From c53fbc0b8f3b98827d6816a627bdd4d467b84f74 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 16 Feb 2014 09:36:49 -0500 Subject: Miscellaneous cleanups. --- mail/e-mail-request.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mail/e-mail-request.c') diff --git a/mail/e-mail-request.c b/mail/e-mail-request.c index 8c1bbc19bb..898a3e54b5 100644 --- a/mail/e-mail-request.c +++ b/mail/e-mail-request.c @@ -367,9 +367,9 @@ mail_request_send_async (SoupRequest *request, G_PRIORITY_DEFAULT, cancellable); } else { /* Process e-mail mail requests in this thread, which should be - the main/UI thread, because any EMailFormatter can create - GtkWidget-s, or manipulate with them, which should be always - done in the main/UI thread. */ + * the main/UI thread, because any EMailFormatter can create + * GtkWidget-s, or manipulate with them, which should be always + * done in the main/UI thread. */ handle_mail_request (simple, G_OBJECT (request), cancellable); g_simple_async_result_complete_in_idle (simple); } -- cgit v1.2.3