diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-05-11 01:40:40 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-05-11 01:40:40 +0800 |
commit | 35f0a8499360e6a9a62a17308b0c4847074d90ab (patch) | |
tree | 8193f100a4cde8b51ce3548299133bf4939bf950 /mail/e-mail-printer.c | |
parent | 72f465b17342831163422cad05eaa6e648fffa19 (diff) | |
download | gsoc2013-evolution-35f0a8499360e6a9a62a17308b0c4847074d90ab.tar.gz gsoc2013-evolution-35f0a8499360e6a9a62a17308b0c4847074d90ab.tar.zst gsoc2013-evolution-35f0a8499360e6a9a62a17308b0c4847074d90ab.zip |
EMailPrinter: Fix a couple typos.
Diffstat (limited to 'mail/e-mail-printer.c')
-rw-r--r-- | mail/e-mail-printer.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/e-mail-printer.c b/mail/e-mail-printer.c index a084ec2635..2d5af9159d 100644 --- a/mail/e-mail-printer.c +++ b/mail/e-mail-printer.c @@ -604,7 +604,7 @@ mail_printer_print_timeout_cb (gpointer user_data) if (error == NULL) g_warning ( "WebKit print operation returned " - "ERROR result without settings a " + "ERROR result without setting a " "GError"); break; case GTK_PRINT_OPERATION_RESULT_APPLY: @@ -612,6 +612,7 @@ mail_printer_print_timeout_cb (gpointer user_data) g_warning ( "WebKit print operation returned " "APPLY result but also set a GError"); + break; case GTK_PRINT_OPERATION_RESULT_CANCEL: if (error != NULL) g_warning ( |