[evolution/gnome-3-8] EMailPrinter: Fix a couple typos.



commit 83e14aef2047121057c39fee43596c41596cb360
Author: Matthew Barnes <mbarnes redhat com>
Date:   Fri May 10 13:40:40 2013 -0400

    EMailPrinter: Fix a couple typos.
    
    (cherry picked from commit 35f0a8499360e6a9a62a17308b0c4847074d90ab)

 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 a084ec2..2d5af91 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 (


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]