From c85109fc322137596bf34cffc5445d568223c60d Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 12 Jul 2012 08:02:18 -0400 Subject: Coding style and whitespace cleanup. --- mail/em-composer-utils.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mail/em-composer-utils.c') diff --git a/mail/em-composer-utils.c b/mail/em-composer-utils.c index c01ec85913..28b1962002 100644 --- a/mail/em-composer-utils.c +++ b/mail/em-composer-utils.c @@ -973,7 +973,8 @@ em_utils_composer_print_cb (EMsgComposer *composer, /* Use EMailPrinter and WebKit to print the message */ emp = e_mail_printer_new (parts); - g_signal_connect (emp, "done", + g_signal_connect ( + emp, "done", G_CALLBACK (composer_print_done_cb), NULL); e_mail_printer_print ( @@ -1279,7 +1280,7 @@ static struct { * with a value. To see a full list of available variables, * see mail/em-composer-utils.c:attribvars array. */ N_("On ${AbbrevWeekdayName}, ${Year}-${Month}-${Day} at " - "${24Hour}:${Minute} ${TimeZone}, ${Sender} wrote:") + "${24Hour}:${Minute} ${TimeZone}, ${Sender} wrote:") }, [QUOTING_FORWARD] = -- cgit